v1
latestOpenAPI 3.0.02026-07-26167441.9 MBCreate Checkout Session
post/checkout/sessions
Request body
Response
200
Example response
{
"merchant_order_id": "1717681150",
"checkout_session": "d313047b-4f96-44ef-bbad-caf1d7ba4c2b",
"country": "US",
"payment_description": "Test Cards",
"customer_id": "a577ad8f-08f1-4590-9cf1-e7679b15ee84",
"callback_url": "https://www.example.com/callback",
"amount": {
"currency": "USD",
"value": 520
},
"created_at": "2024-06-06T13:39:10.932297Z",
"workflow": "SDK_CHECKOUT",
"checkout_id": "6822f80c-684e-41a3-8628-78963d3d60f7"
}