Generate a Payment Checkout URL for customers to make payment
Generate A Payment Checkout URL
2 character country code
"NG"
This is the base currency to be charged in.
"NGN"
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
10000
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"
Checkout URL Successfully Generated