Error code | Description |
---|---|
107 | The merchant balance does not exist |
500 | Unexpected error |
curl --location --request GET 'https://merchant-api.stg.paypaga.com/get_merchant_balance/?country_code&payment_method_code' \
--header 'Authorization;'
{
"country_collection": [
{
"country_code": "MX",
"payment_method_collection": [
{
"payment_method_code": "BNKTR",
"balance_collection": [
{
"transaction_type": "Payin",
"currency": "MXN",
"amount": 167761.96
},
{
"transaction_type": "Payout",
"currency": "MXN",
"amount": 150985.764
}
]
}
]
}
]
}