Skip to main content
POST
Check out a Stripe onramp session
Driven by the client SDK’s performCheckout callback, not called on its own — the SDK handles any required next action, such as 3DS, between calls.

Authorizations

x-calm-publishable-key
string
header
required

Publishable key identifying the calling app.

Path Parameters

sessionId
string
required
Minimum string length: 1

Body

application/json
wallet
string
required
Pattern: ^0x[a-fA-F0-9]{40}$

Response

The checked-out session's client secret.

client_secret
string | null
required