Wallet
Collect Card Details
Collect and tokenize card details from client applications.
Authentication Required: Public Key (NOT API Key)
- Requires
X-Public-Key: <public_key>
header - Public key identifies the merchant but provides limited access
Additional Requirements:
X-User-ID
header required- Card details are immediately tokenized via VGS
- Raw card data never stored in our systems
POST
Authorizations
Internal use only
Headers
Unique request identifier for tracing and debugging. Auto-generated if not provided.
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.