Skip to main content
POST
Create Checkout Session

Body

application/json
account_id
string<uuid>
required
merchant_order_id
string
required
Required string length: 3 - 255
payment_description
string
required
Required string length: 3 - 255
country
enum<string>
required

ISO 3166-1 alpha-2 country code

Available options:
AR,
BO,
BR,
CL,
CO,
CR,
EC,
SV,
GT,
HN,
MX,
NI,
PA,
PY,
PE,
US,
UY
customer_id
string<uuid>
callback_url
string<uri>
amount
object
workflow
enum<string>
default:SDK_CHECKOUT
Available options:
SDK_CHECKOUT,
CHECKOUT,
SDK_SEAMLESS
metadata
object[]
Maximum array length: 120

Response

Checkout session created

checkout_session
string<uuid>
merchant_order_id
string
country
string
payment_description
string
customer_id
string<uuid>
amount
object
workflow
string
created_at
string<date-time>