Fetch subcustomer accounts

Get subcustomer accounts

get
Authorizations
Path parameters
subCustomerIdstringRequired
Responses
200

200 response

application/json
get
/v1/subcustomers/{subCustomerId}/accounts
GET /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"
  }
]

Get subcustomer account by ID

get
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