Skip to main content
GET
Get the wallet's Stripe login state
Whether this wallet is still authenticated with Stripe Link, plus the customer id and email once they are known. It answers 200 either way, so it is safe to poll on a cold open to decide whether to resume or restart the flow.

Authorizations

x-calm-publishable-key
string
header
required

Publishable key identifying the calling app.

Query Parameters

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

Response

The wallet's Stripe login state.

authenticated
boolean
required
crypto_customer_id
string
email
string<email>
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$