Get Balance

This method is used to verify the balance of the merchant

Get Balance

get

Returns the currently balance of the merchant

Responses
200
OK
application/json
get
GET /api/v1/{merchantId}/balance HTTP/1.1
Host: 
Accept: */*
200

OK

[
  [
    {
      "country": "ARG",
      "currency": "ARS",
      "availableBalance": 98000000,
      "balance": 100000000
    },
    {
      "country": "CHL",
      "currency": "CLP",
      "availableBalance": 100000000,
      "balance": 100000000
    }
  ]
]

Last updated