Accounts Management
Endpoints for virtual account creation, balance, statements, and related operations.
Accounts Management
Use these endpoints to create and manage virtual accounts, check balances, retrieve statements, and more.
When to use this API
Typical flows:
- Create or open a virtual account for a customer.
- Run a name enquiry before crediting an account.
- Check balance and retrieve statements for reconciliation.
- Look up account or wallet details for troubleshooting.
Core operations
- Get balance –
GET /accounts/balance - Get statement –
GET /accounts/statement - Name enquiry –
GET /accounts/name-enquiry - Get account details by account number –
GET /accounts/details/accountnumber - Get wallet by walletId –
GET /accounts/wallet/walletid
Account opening and virtual accounts
- Get account opening fee –
GET /open-banking/v2/fees/account-open - Open virtual account –
POST /accounts/open - Open virtual account (bulk) –
POST /accounts/bulk - Create virtual account (virtual wallet) –
POST /accounts/virtual
Health & monitoring
- Health check –
GET /accounts/health
Environment & access
- These endpoints typically require a valid application (
X-App-Id) and API key (X-API-Key). - Some account‑opening features may be restricted to approved environments or customers.
See also
- Getting Started:
/docs - Customers Management:
/docs/customers-management
OPEN BANKING DOCS