v1
latestOpenAPI 3.0.12026-07-225791279.7 KBEUR Accounts
Fetch All EUR subaccounts
This endpoint is used to display all EUR subaccounts that have been created under your Payaza Account
post/payaza-account/api/v1/subaccounts/merchant/enquiry/business
Request body
Example request
{
"pageSize": 10,
"pageNumber": 1,
"currency": "EUR"
}Response
Account Enquiry Response
Example response
{
"message": "Account enquiry response",
"status": true,
"data": [
{
"id": 3796,
"accountName": "Zachery Borer",
"payazaAccountReference": "80810030592",
"status": "ACTIVE",
"accountBalance": 100000000,
"businessId": 2046,
"currency": "EUR",
"country": "NGA",
"organizationName": "PAYAZA",
"productCode": "PAYOUT-SUB-EUR",
"productNumber": "8899",
"hasVirtualAccounts": true,
"virtualAccounts": [
{
"accountNumber": "GB00213143149028220528",
"accountName": "Zachery Borer",
"bankCode": "ARPYGB21XXX",
"bankId": 793
}
],
"createdDate": "2025-03-11T00:01:21.113663"
}
],
"pageDetail": {
"sorted": true,
"pageNumber": 1,
"pageSize": 10,
"paged": true,
"totalPages": 2,
"totalElements": 10,
"size": 10,
"numberOfElements": 10
}
}