POST
/
api
/
v1
/
wallet
/
collect
{
  "id": "card_1234567890",
  "message": "Card details collected successfully",
  "request_id": "550e8400-e29b-41d4-a716-446655440000",
  "status": "success"
}

Authorizations

X-Auth0-Key
string
header
required

Internal use only

Headers

x-request-id
string | null

Unique request identifier for tracing and debugging. Auto-generated if not provided.

x-user-id
string
required

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

Body

application/json

Pydantic model for card details request.

Response

201
application/json

Confirmation of card collection with tokenized reference

Response model for the /api/v1/wallet/collect endpoint.