Get merchant account balance
GET /api/payouts/v1/account-balance
GET
/api/payouts/v1/account-balance
Returns available and commited balance of the merchant. Useful to track available funds for payout requests.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” merchant_entity_id
required
Responses
Section titled “ Responses ”object
available_amount
Amount on merchant’s balance available for payouts. If it becomes too low, merchant is no longer able to create payout.
number format: decimal
Example
30523.44 commitment_amount
Amount on merchant’s balance which was already reserved for payout but not yet used. This amount becomes positive when payout in cash is requested but not completed (e.g. customer left a request to return goods but haven’t come to point of purchase yet).
number format: decimal
Example
199.99object
code
string
message
string
param
string
payment_id
string
type
string
error_id
string
object
code
string
message
string
param
string
payment_id
string
type
string
error_id
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