Customer Sessions
Create Customer Session
Creates a new customer session for SDK initialization, enabling one-click payments and saved payment methods.
POST
Create customer session
Creates a session for enrolling payment methods without initiating a payment.
Authorizations
Your public API key from the Yuno Dashboard
Your private secret key (server-side only)
Body
application/json
Response
Customer session created successfully
Example:
"cs_a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Example:
"c9d0e1f2-3a4b-5c6d-7e8f-9a0b1c2d3e4f"
Available options:
ACTIVE, EXPIRED Example:
"ACTIVE"
Token for SDK initialization
Example:
"sdk_tok_abc123def456"
Example:
"2026-03-01T15:30:00.000Z"
Example:
"2026-03-01T14:30:00.000Z"
Create customer session