Prerequisites#
You need an Increase account, with an API key and secret carrying the least permissions required for the capabilities you plan to use.
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.
Installation#
curl -X POST $FORMANCE_API_URL/api/payments/connectors/increase \
-H "Content-Type: application/json" \
-d @config.jsonPOST/api/payments/connectors/increase
With config.json containing:
JSON
{
"apiKey": "string",
"endpoint": "string",
"name": "string",
"pollingPeriod": "30m",
"webhookSharedSecret": "string"
}