cURL
Ecobank Services
Initiate Ecobank payment
POST
cURL
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Developer API key (fl_dev_...). Required on every API call with a machine access token.
First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.
Body
application/json
The amount to be paid
Example:
"1000.00"
The currency code for the payment
Example:
"NGN"
Additional information about the order
Example:
"Payment for order #12345"
URL to redirect after payment
Example:
"https://your-return-url.com/callback"