How It Works
- Your server calls this endpoint with API Key authentication
- You receive a short-lived session token
- Pass the token to the customer’s browser
- The customer uses the token (
Authorization: Bearer <token>) to create orders and interact with checkout
Request Body
Example Request
Success Response (200)
Response Fields
Errors
Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts).