Balance
Retrieve your balance and last transaction date
Ensure that you have enough available balance before executing a create payout request.
For more information, see the documentation, and for sample calls, see the public Postman collection.
get/merchants/{merchantId}/balance
Path parameters
merchantIdstring required
A unique merchant ID provided by Peach Payments in hexadecimal format.
Example:d0bf5a6a909111f0aabf02d14af18cff
A unique merchant ID provided by Peach Payments.
Response
The 200 response returns an object containing the current balance, the last recognised transaction date, and the currency.
Example response
{
"currency": "ZAR",
"availableBalance": 32123,
"lastTransactionDate": "2024-03-14T22:00:00.000Z"
}