Nomba · Capability
Nomba Accounts API
The Nomba Accounts API enables developers to manage business accounts on the Nomba platform. It provides endpoints for retrieving account details, fetching the parent account balance, and listing terminals assigned to an account. This API serves as the foundation for account management operations within the Nomba ecosystem.
What You Can Do
GET
Fetchparentaccountdetails
— Fetch parent account details
/v1/accounts
GET
Fetchparentaccountbalance
— Fetch parent account balance
/v1/accounts/balance
GET
Fetchterminalsassignedtoaccount
— Fetch terminals assigned to an account
/v1/accounts/{accountId}/terminals
MCP Tools
fetchparentaccountdetails
Fetch parent account details
read-only
idempotent
fetchparentaccountbalance
Fetch parent account balance
read-only
idempotent
fetchterminalsassignedtoaccount
Fetch terminals assigned to an account
read-only
idempotent