Create a checkout

Checkout API is used to generate payment links for our low code Checkout pages product.

Body Params
string
required

API key of the merchant.

string

Displayed merchant name in the checkout page. Defaults to merchant's account name.

string
required

Order ID for the checkout.

string

Reference for the checkout.

string

Description about the product or a service.

string

3 letter ISO code for the currency. E.g EUR

float
required

Subtotal amount before taxes and shipping.

float
required

Total amount after taxes and shipping. Total amount must be equal to the sum of amount, amount_taxes and amount_shipping.

float
Defaults to 0

Amount for the taxes occurred.

float
Defaults to 0

Amount for shipping charges.

boolean
Defaults to false

Collect Date of Birth information. May be required if risk checks are configured in your account.

boolean
Defaults to false

Collect phone number from the customer

boolean
Defaults to false

Collect Gender information. May be required if risk checks are configured in your account.

boolean
Defaults to false

Should we display payment instructions to the customer? This may be required for payments made with Purchase on Account/Invoice where customer must send the payment manually.

string

Account Holder of the merchant. This may be required for payments made with Purchase on Account/Invoice where customer must send the payment manually.

string

IBAN of the merchant. This may be required for payments made with Purchase on Account/Invoice where customer must send the payment manually.

string

BIC of the merchant. This may be required for payments made with Purchase on Account/Invoice where customer must send the payment manually.

string

Success URL which customer should be redirected to after the payment process. If not given, success URL will be provided by the payment gateway.

string

Error URL which customer should be redirected to after the payment process. If not given, error URL will be provided by the payment gateway.

string

Postback URL which transactions created through this checkout should send notifications to. If not given, you will not be receiving status updates through webhooks for these transactions.

boolean
Defaults to false

Display transaction information in the checkouts.

prefill_customer_info
object

Optional parameters to be passed to fill in customer data in the Checkout page. See below for parameters accepted for this object.

Response
200
Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here!