Getting the user's advance balances
The method allows you to get user's advanced balances
Request:
Parameter
Required
Type
Description
userId
Yes
String
User ID
Response:
Parameter
Type
Description
advancedBalanceId
String
Advanced balance ID
currency
String
Currency
balance
String
Balance
availableCurrenciesForDeposit
Array of strings
Array of currencies available to deposit to the advance balance
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/jsonBody
The body of the request for receiving advance balances
userIdstringRequiredExample:
User ID
f3ae5860-0da1-448e-b94a-2aad0ff8b195organizationIdstringOptionalExample:
ID of the created organization
d225cb26-2704-407a-9501-754f78aca82dResponses
200Success
application/json
post
/partner/api/get-organization-advanced-balances200Success
Last updated