Get Checkout Session
Retrieves the details of an existing checkout session.
Authorizations
Your public API key from the Yuno Dashboard
Your private secret key (server-side only)
Path Parameters
The unique identifier of the checkout session
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Response
Checkout session details
The checkout session identifier
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
{ "currency": "BRL", "value": 100 }
ISO 3166-1 alpha-2 country code
"BR"
Your unique order identifier
"order-20260301-001"
Session status
"ACTIVE"
Session creation timestamp
"2026-03-01T14:30:00.000Z"
Available payment methods for this session
URL to receive server-side payment notifications
"https://merchant.com/webhooks/yuno"
URL to redirect the customer after payment completion (required for 3DS, PIX, and redirect-based methods)
"https://merchant.com/checkout/complete"