Page cover

Balances

Request address

GET https://api.mvpgateways.com/balances/

Headers

{
    "Content-Type": "application/json",
    "MERCHANT_KEY": "***"
}

Merchant key will be provided to you by your Cabbagino manager

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