Skip to main content
Create a checkout to generate a hosted payment page for your customer.

Authentication

Send your store key in the header: X-API-Key: sk_.... See the API overview for where to find it.

Request body

  • orderId (string, required): Your internal order identifier.
  • priceAmount (string, required): Decimal amount, quoted in priceCurrency.
  • priceCurrency (string, required): ISO 4217 currency (e.g., USD).
  • successRedirectUrl (string, optional): Where to send the buyer after a successful payment.

Example request

Example response