Get a subcustomer
Last updated
Last updated
GET /v1/subcustomers/{subCustomerId} HTTP/1.1
Host: stage-capi.wewireafrica.com
ww-api-key: YOUR_API_KEY
Accept: */*
{
"id": "text",
"name": "text",
"email": "text",
"country": "text",
"status": "ACTIVE",
"type": "INDIVIDUAL",
"purpose": [
"PAYOUT"
],
"onboardingStatus": "DRAFT",
"businessId": "text",
"addressLine1": "text",
"addressLine2": "text",
"postalCode": "text",
"city": "text",
"state": "text",
"createdAt": "2026-02-26T18:36:50.943Z",
"updatedAt": "2026-02-26T18:36:50.943Z"
}GET /v1/subcustomers/{subCustomerId} HTTP/1.1
Host: stage-capi.wewireafrica.com
ww-api-key: YOUR_API_KEY
Accept: */*
{
"id": "text",
"name": "text",
"email": "text",
"country": "text",
"status": "ACTIVE",
"type": "INDIVIDUAL",
"purpose": [
"PAYOUT"
],
"onboardingStatus": "DRAFT",
"businessId": "text",
"addressLine1": "text",
"addressLine2": "text",
"postalCode": "text",
"city": "text",
"state": "text",
"createdAt": "2026-02-26T18:36:50.943Z",
"updatedAt": "2026-02-26T18:36:50.943Z"
}