Collection API - Direct
Collections
Collection API - Direct
Charge the Customer via API
POST
Collection API - Direct
Body
application/json
This is the provider we are routing the request through. Find full list of providers here Supported Providers
Examples:
"airtel-smartcash-ng"
"mtn-momo-ivory-coast"
Amount should be sent in the lowest denomination e.g for 100 USD you should send 100 * 100 = 10000
Example:
100000
A reference code you'll generate to identify this transaction. This must be unique for every transaction. If you don't pass one, we will generate one for you.
Fully qualified URL to which the customer should be redirected after the payment is completed
Example:
"https://example.com/redirect/success"
Response
201 - application/json
Request Submitted Successfully