Fetch subcustomer accounts
Authorizations
ww-api-keystringRequired
Path parameters
subCustomerIdstringRequired
Responses
200
200 response
application/json
get
/v1/subcustomers/{subCustomerId}/accountsGET /v1/subcustomers/{subCustomerId}/accounts HTTP/1.1
Host: stage-capi.wewireafrica.com
ww-api-key: YOUR_API_KEY
Accept: */*
200
200 response
[
{
"id": "text",
"accountName": "text",
"accountNumber": "text",
"bankName": "text",
"accountType": "CORPORATE",
"iban": "text",
"bic": "text",
"bankAddress": "text",
"bankCountry": "text",
"bankCode": "text",
"paymentRails": [
"ACH"
],
"routingNumber": "text",
"sortCode": "text",
"currency": "NGN",
"provider": "SOLIS",
"status": "REQUESTED",
"businessId": "text",
"subCustomerId": "text",
"createdAt": "2025-12-06T16:31:57.646Z",
"updatedAt": "2025-12-06T16:31:57.646Z"
}
]Authorizations
ww-api-keystringRequired
Path parameters
subCustomerIdstringRequired
accountIdstringRequired
Responses
200
200 response
application/json
404
Account not found
application/json
get
/v1/subcustomers/{subCustomerId}/accounts/{accountId}GET /v1/subcustomers/{subCustomerId}/accounts/{accountId} HTTP/1.1
Host: stage-capi.wewireafrica.com
ww-api-key: YOUR_API_KEY
Accept: */*
{
"id": "text",
"accountName": "text",
"accountNumber": "text",
"bankName": "text",
"accountType": "CORPORATE",
"iban": "text",
"bic": "text",
"bankAddress": "text",
"bankCountry": "text",
"bankCode": "text",
"paymentRails": [
"ACH"
],
"routingNumber": "text",
"sortCode": "text",
"currency": "NGN",
"provider": "SOLIS",
"status": "REQUESTED",
"businessId": "text",
"subCustomerId": "text",
"createdAt": "2025-12-06T16:31:57.646Z",
"updatedAt": "2025-12-06T16:31:57.646Z"
}Last updated