Create a checkout

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Checkout pages is a low code solution for merchants who would like to send payment links to their customers, where they lack an online shop or system for having a checkout.

Click here to see an example Checkout page.

When creating a checkout, merchant has various options to customize the look and feel and the collected information from the customers. See request body parameters for more information.

Supported payment methods for this product are:

  • Credit Cards
  • Credit Cards with Click to Pay
  • SEPA Direct Debit
  • Invoice
  • PayPal

If you are interested in another payment method, and would like it to be integrated in checkout pages, feel free to contact our support.

When creating a checkout link, configured payment methods in your merchant account will be available for the customers to choose from. Payment methods are limited to what is currently supported and mentioned above.

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
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!