Skip to main content
POST
Persist a Stripe crypto customer
Binds a crypto customer to this session so Get the session’s Stripe login state can recover it after the buyer reopens your app. Returns 204 with no body.

Authorizations

x-calm-publishable-key
string
header
required

Publishable key identifying the calling app.

Path Parameters

crypto_customer_id
string
required
Minimum string length: 1

Body

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

Response

Customer id persisted.