GET
/
api
/
v1
/
wallet
/
reveal_card_details
{
  "email": "<string>",
  "phone_number": "<string>",
  "billing_address": "<string>",
  "zip_code": "<string>",
  "city": "<string>",
  "state": "<string>",
  "card_number": "<string>",
  "card_exp": "<string>",
  "card_holder": "<string>",
  "card_cvv": "<string>"
}

Authorizations

Authorization
string
header
required

Short-lived token obtained from /request_card_reveal_token endpoint

Response

200
application/json

Full card details including card number (sensitive data)

Pydantic model for RAW card details response - CONTAINS SENSITIVE DATA!

WARNING: This model contains full card numbers and should only be used in highly secure, tokenized contexts (e.g., reveal token flows). Use CardDetailsResponse for regular API responses.