Mangopay
Prerequisites
Before you begin, you need to have a Mangopay account. Make sure you have a Mangopay API key and secret, with the least amount of permissions required to access the functionality of the Mangopay Connector you plan to use.
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.
Installation
- fctl
- curl
fctl payments connectors install mangopay config.json
curl -X POST "https://$STACK.formance.cloud/api/payments/connectors/mangopay" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \
-d @config.json
With config.json containing:
Loading...