To collect payment by API call.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your API key
Operation code. For this endpoint, must be 2
2
The service your customer will pay for
2
For Orange Money service, provide OTP code if required by your logic
The wallet where we proceed the payment
"690000001"
Amount of current payment
1000
Currency in which the payment is processed
"XAF"
Unique order ID in your app for the current payment
"abc1234"
Short description of the current payment
"pay for rent"
Name of your customer
"John"
Customer email to receive payment receipt after confirmation
URL to notify when payment succeeds
"https://successurl.com/receive-payment"
URL to notify when payment fails
"https://failureurl.com/payment-fail"