GET
/
api
/
v2
/
wallet
/
get_billing_details
{
  "billing_address": "123 Main Street",
  "card_holder": "John Doe",
  "city": "New York",
  "phone_number": "+12125551234",
  "state": "NY",
  "user_id": "user_12345",
  "zip_code": "10001"
}

Authorizations

X-API-Key
string
header
required

Private API key for full access to SDK operations

Headers

x-user-id
string
required

End-user identifier within a customer organization. Required for user-scoped operations.

Response

200
application/json

Billing address and customer contact information (no sensitive card data)

Response model for billing details (no sensitive card data).