GET
/
api
/
v1
/
wallet
/
{user_id}
/
card-details
{
  "card_exp": "<string>",
  "card_holder": "<string>",
  "last4_digits": "<string>",
  "email": "<string>",
  "phone_number": "<string>",
  "billing_address": "<string>",
  "zip_code": "<string>",
  "city": "<string>",
  "state": "<string>"
}

Authorizations

X-Auth0-Key
string
header
required

Internal use only

Path Parameters

user_id
string
required

Response

200
application/json

Safe card details (last 4 digits only) or null if not found

Pydantic model for safe card details response - no sensitive data.