Reference
/- Get account balance
List user accounts
Create a new account
Get business wallet references/currencies
Provision a new business currency
Create a new account (wallet) for the business
Get cashflow report for accounts
Get account by ID
Update account details
Get account transactions
Suspend account
Activate account
Get account balance
Security
oauth2ClientCredentials(Required scopes: accounts:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/accounts/{id}/balance
- Productionhttps://api.boyahq.com/v2/accounts/{id}/balance
- Sandboxhttps://sandbox.api.boyahq.com/v2/accounts/{id}/balance
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/accounts/{id}/balance' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'