Search and filter virtual accounts based on various criteria like account name, master account number, purpose, dates, balances, and status
Account Info
OK
Bad request
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
Internal server error
Service unavailable
Successful
{- "partnerId": "string",
- "customerUID": "string",
- "accountName": "xyz 123",
- "masterAccountNumber": "xyz 123",
- "purpose": "string",
- "createdDateFrom": "2019-08-24",
- "createdDateTo": "2019-08-24",
- "lastUpdatedDateFrom": "2019-08-24",
- "lastUpdatedDateTo": "2019-08-24",
- "balanceFrom": 0,
- "balanceTo": 0,
- "status": [
- "Active",
- "Closed"
]
}{- "data": [
- {
- "accountName": "xyz 123",
- "accountNumber": 1234567890,
- "productCode": "string",
- "routingNumber": 123456789,
- "accountBalance": 10000.5,
- "accountStatus": "Active",
- "accountPurpose": "Payment processing",
- "accountCreatedOn": "2024-01-15T10:30:00Z",
- "customerShortName": "ABC Corp",
- "customerLegalName": "ABC Corporation Inc.",
- "customerId": "CUST001",
- "customerEmailAddress": "contact@abccorp.com",
- "customerPhoneNumber": "+1-555-123-4567",
- "masterAccountName": "Master Account 001",
- "masterAccountNumber": "MASTER001",
- "limit": "Monthly",
- "limitAmount": 50000,
- "purpose": "Payment processing"
}
], - "pagination": {
- "totalRecords": 100,
- "totalPages": 10,
- "pageReturned": 2,
- "pageSize": 10
}
}