Get Card Details
Sensitive fields like card number and CVV are returned securely for one-time use. Never cache or store these details on the client.
Last updated
Sensitive fields like card number and CVV are returned securely for one-time use. Never cache or store these details on the client.
Last updated
Returns detailed information for a specific virtual card using its unique cardId
. Data includes the full masked card number, CVV, expiry, current balance, currency, and card status (e.g., active, blocked). This is useful for viewing card details before a transaction or for internal monitoring.
Before you begin!
Sensitive fields like card number and CVV are returned securely for one-time use. Never cache or store these details on the client.
POST
{{ BASE }}/get-card/{cardid}
Below are the request body parameters
Request Body
cardid
String
The unique ID of the virtual card (from Padiwise)
Response Body