curl --request GET \
--url https://api.hit-pay.com/v1/balances \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'[
{
"currency": "sgd",
"wallets": {
"available": 2036.25,
"deposit": 0,
"pending": 94.1,
"reserve": 5913.65
}
},
{
"currency": "usd",
"wallets": {
"available": 600,
"reserve": 0
}
}
]Retrieve account balances across all payment providers
curl --request GET \
--url https://api.hit-pay.com/v1/balances \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'[
{
"currency": "sgd",
"wallets": {
"available": 2036.25,
"deposit": 0,
"pending": 94.1,
"reserve": 5913.65
}
},
{
"currency": "usd",
"wallets": {
"available": 600,
"reserve": 0
}
}
]Was this page helpful?