Get customer information & wallet
GET /api/customers/v1/wallet
GET
/api/customers/v1/wallet
Returns customer details including payment methods, if saved. Either X-CUSTOMER-AUTH header or external_id param is required.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” external_id
string
Customer id in your platform
Responses
Section titled “ Responses ”object
address
string
city
string
country
string
email
string format: email
external_id
string
first_name
string
last_name
string
patronym
string
phone
string
postal_code
string
rid
string format: uuid
wallet
Array<object>
object
card
object
expires_at
Card expire date
string format: date-time
mask
Card mask
string
token
Card token
string
full_number
Card number
string
bank_short_name
Bank short name
string
payment_system
Payment system
string
option_id
id of added card. Can be used for payments with wallet payment type.
string format: uuid
is_default
boolean
name
Optional card name set by user.
string
type
string
object
code
string
message
string
param
string
payment_id
string
type
string
error_id
string
Too Many Requests.
object
code
string
message
string
param
string
payment_id
string
type
string
error_id
string
Headers
Section titled “Headers ” X-RateLimit-Limit
integer
Request limit per second.
X-RateLimit-Remaining
integer
The number of requests left for the time window.
X-RateLimit-Reset
integer
Seconds needed for full regeneration.
object
code
string
message
string
param
string
payment_id
string
type
string
error_id
string