Skip to main content
Version: latest

Adyen Connector

Prerequisites

Before you begin, make sure you have a Adyen account. If you don't have one, you can sign up for a Adyen 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 Adyen connector:

{
"name": "adyen",
"apiKey": "<your_api_key>",
"hmacKey": "<your_webhook_hmac_key>",
"liveEndpointPrefix": "",
"pollingPeriod": "2m"
}
fctl payments connectors install adyen adyen.json