Collections
Generate A Payment Checkout URL
Generate a Payment Checkout URL for customers to make payment
POST
Body
application/json
Generate A Payment Checkout URL
2 character country code
Example:
"NG"
This is the base currency and amount the customer should be charged in
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"
Fully qualified URL to which the customer should be redirected if the cancel the payment session
Example:
"https://example.com/redirect/cancel"
Response
201 - application/json
Checkout URL Successfully Generated