Reference
/- Get business wallet references/currencies
List user accounts
Create a new account
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 balance
Get account transactions
Suspend account
Activate account
Get business wallet refer...
Security
oauth2ClientCredentials(Required scopes: accounts:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/accounts/business-currencies
- Productionhttps://api.boyahq.com/v2/accounts/business-currencies
- Sandboxhttps://sandbox.api.boyahq.com/v2/accounts/business-currencies
curl -i -X GET \
https://developer.boyahq.com/_mock/v2/openapi/accounts/business-currencies \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'List of business wallet references with their currencies
Array []
ISO 8601 timestamp when the record was created
Example:"2021-07-02T14:15:16.000Z"
ISO 8601 timestamp when the record was last updated
Example:"2021-07-02T14:15:49.000Z"
Response
[ { "id": 1, "currency": "KES", "created_on": "2021-07-02T14:15:16.000Z", "updated_on": "2021-07-02T14:15:49.000Z", "created_by": "kwvnakwoppmeuzmitjkkaqcuvqoajv" } ]