v1
latestOpenAPI 3.0.02026-07-26167441.9 MBRetrieve Checkout Session
get/checkout/sessions/{id}
Path parameters
idstring required
The unique identifier of the checkout session (UUID, 36 chars).
Response
200
Example response
{
"id": "02caeb08-45c0-4670-9736-5bdee1b311f8",
"merchant_order_id": "1752072398",
"country": "AR",
"payment_description": "Test Cards",
"customer_id": "e937e18e-a684-4d7b-a1a1-ab64c10a941d",
"callback_url": "https://google.com/?checkoutSession=02caeb08-45c0-4670-9736-5bdee1b311f8",
"amount": {
"currency": "ARS",
"value": 520
},
"created_at": "2025-07-09T14:46:39.515251Z",
"metadata": [
{
"key": "age",
"value": "28"
}
],
"workflow": "SDK_CHECKOUT",
"installments": {
"plan": [
{
"installment": 3,
"rate": 1.5
}
]
},
"used": true,
"checkout_id": "6822f80c-684e-41a3-8628-78963d3d60f7"
}