Get Virtual Bank Accounts by Merchant

Retrieves all virtual bank accounts associated with a specific merchant within an organization. This endpoint provides a comprehensive view of all virtual accounts, including their status, account numbers, and aliases. **Response Information:** - Merchant details and contact information - List of all virtual bank accounts with their current status - Account numbers, aliases, and creation timestamps - Country and currency information for each account **Roles with Access:** - Platform Admin - Wallet & Bank Admin - Platform Contact Support - Financial Operator - Views

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

organizationIdstringRequired
Organization identifier
merchantIdstringRequired
Merchant identifier

Headers

x-admin-api-keystringRequired

Response

Virtual bank accounts retrieved successfully
idstring
Virtual bank account ID
countryenum
Country code
Allowed values:
currencyenum
Currency code
Allowed values:
providerstring
Payment Service Provider name
isActiveboolean
Active status of the account
createdAtdatetime
Creation date
virtualBankAccountNumberstring or null
Virtual bank account number
aliasstring or null
Custom alias for the virtual bank account. Contains only letters, numbers, and dots.

Errors