Fetch subcustomer accounts
Authorizations
Path parameters
subCustomerIdstringRequired
Responses
200
200 response
application/json
get
/v1/subcustomers/{subCustomerId}/accountsGET /v1/subcustomers/{subCustomerId}/accounts HTTP/1.1
Host: wewireproduction.com
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-11-06T00:31:16.278Z",
"updatedAt": "2025-11-06T00:31:16.278Z"
}
]Authorizations
Path parameters
subCustomerIdstringRequired
accountIdstringRequired
Responses
200
200 response
application/json
get
/v1/subcustomers/{subCustomerId}/accounts/{accountId}GET /v1/subcustomers/{subCustomerId}/accounts/{accountId} HTTP/1.1
Host: wewireproduction.com
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-11-06T00:31:16.278Z",
"updatedAt": "2025-11-06T00:31:16.278Z"
}Last updated