Xsolla-logo

Get settings for widget rendering

get/api/v1/customers/settings

Gets settings specified for a particular customer to render a payout widget.

SecurityJWTAuth
Responses
200

Widget settings were returned.

401

Customer is unauthorized.

500

Internal error.

Request samples
Response samples
application/json
{
  • "balance": 0,
  • "configured_methods_count": 0,
  • "currency": "string",
  • "email": "string",
  • "hold_balance": 0,
  • "min_payout_amount": 0,
  • "name": "string",
  • "residence_country": "string",
  • "show_hold_balance": true,
  • "steps": {
    },
  • "wizard_completed": true
}