Skip to main content
Version: latest

Atlar Connector

Prerequisites

Before you begin, make sure you have a Atlar account. If you don't have one, you can sign up for a Atlar account here.

info

Make sure to create an API key dedicated to Formance. Doing so will improve your auditability and security and will allow you to revoke access to Formance at any time if needed.

Setup

First, you need to create a config file for the Atlar connector:

{
"name": "atlar",
"pollingPeriod": "2m",
"baseUrl": "https://api.atlar.com",
"accessKey": "<your_access_key>",
"secret": "<your_secret>",
"pageSize": 25
}
fctl payments connectors install atlar atlar.json