Create a checkout order
Learn how to create a checkout order to accept payments
Create a checkout order
Create an online checkout order to accept payments from your customers
POST /v1/checkout/order
Kindly be aware that the optional boolean value tokenizedCard should be included or set to true only if you intend to tokenize your customer’s card for the purpose of attempting other card payments at a later time.
Please pass the accountId
inside the order request object if you wish to generate a checkout link for a subaccount.
Request body
Account reference
Reference of the online checkout order to be created
ID of the customer that would be paying for the checkout order
Merchant callback url for redirect after payment
Customer email
The amount to be paid by the customer
The currency of the money to be paid by the customer
Pass the accountId if you are generating this for a subaccount.
Determines if the card used for payment is to be tokenized
Response body
Response code
Response description
Payment checkout link.
Account ID.