Skip to main content
Version: latest

Stripe Connector

Prerequisites

Before you begin, you need to have a Stripe account. If you don't have one, you can sign up for a Stripe account here. Make sure you have created a Stripe API, with the least amount of permissions required to access the functionality of the Stripe Connector you plan to use. You can find more information about how to create an API key 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 Stripe connector:

{
"name": "stripe",
"pollingPeriod": "2m",
"apiKey": "your_api_key",
"pageSize": 25
}
fctl payments connectors install stripe stripe.json