These endpoints currently support AUD balances only. Support for additional currencies is under development.
Get balance details
GET /v1/balances/detailBalance types
Response fields
Currency code (
AUD).Funds available immediately for any transaction, in AUD.
Funds pending credit from successful payments, in AUD.
Funds reserved for pending refunds, disputes, or payouts, in AUD.
Reserved funds held as a security buffer, in AUD.
Available balance excluding rolling reserve funds, in AUD.
ISO 8601 timestamp of when the balance snapshot was taken.
Code example
Get balance history
GET /v1/balances/historyQuery parameters
Start of the date range in ISO 8601 format (e.g.
2026-01-01).End of the date range in ISO 8601 format (e.g.
2026-04-17).Page number for paginated results.
Number of records per page.
Response fields
List of balance history entries.
Total number of balance history entries matching the query.
Current page number.