Skip to main content
POST
/
api
/
v2
/
wallet
/
request_card_reveal_token
{
  "token": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Private API key for full access to SDK operations

Headers

x-user-id
string
required

End-user identifier within a customer organization. Required for user-scoped operations.

Body

application/json

Request model for card reveal token generation.

mandate_id
string
required

Mandate identifier for authorization

Response

Short-lived token for card reveal operation

token
string
required
expires_at
string<date-time>
required
I