Body
Generate A Payment Checkout URL
2 character country code
"NG"
"US"
"CI"
"SN"
"CA"
"UK"
This is the base currency to be charged in.
"NGN"
"USD"
"XOF"
"XAF"
This is the amount to charge the customer. Amount should be sent in the lowest denomination e.g for 100 USD you should send 100 * 100 = 10000
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
"https://example.com/redirect/success"
Fully qualified URL to which the customer should be redirected if the cancel the payment session
"https://example.com/redirect/cancel"
Response
Checkout URL Successfully Generated