POST
/
api
/
v1
/
wallet
/
collect
{
  "message": "Card collected successfully",
  "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

Legacy V1 model for card details request.

Response

201
application/json

Confirmation of card collection with tokenized reference

V1 Response model for collecting card details.