GET
/
api
/
v2
/
wallet
/
{user_id}
/
card-details
{
  "billing_address": "123 Main Street",
  "card_brand": "visa",
  "card_exp": "12/25",
  "card_holder": "John Doe",
  "city": "New York",
  "created_at": "2023-01-01T00:00:00Z",
  "email": "john.doe@example.com",
  "id": "card_12345",
  "is_active": true,
  "is_default": true,
  "last4_digits": "1111",
  "phone_number": "+12125551234",
  "state": "NY",
  "updated_at": "2023-01-02T00:00:00Z",
  "zip_code": "10001"
}

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

Response model for card details (no sensitive data).