Balances
Request address
GET
https://api.mvpgateways.com/balances/
Headers
{
"Content-Type": "application/json",
"MERCHANT_KEY": "***"
}
Response example
{
"AZN": {
"total": 7298202,
"reserved": 0,
"sources": [
{
"source": "name",
"amount": 7298202
}
]
}
}
Notification parameters
Parameters
Description
AZN (currency)
The processing gateway currency in which the balance is displayed
total
Available balance across all gateways in the specified currency at the time of request.
reserved
The amount of payouts that have not yet received a final status
source
The name of the gateway
amount
Available balance for the specific gateway
Last updated