Creating a sub-customer
Authorizations
ww-api-keystringRequired
Body
firstNamestringRequired
lastNamestringRequired
businessNamestringRequired
emailstringRequired
countrystringRequired
typeall ofRequired
string · enumOptionalPossible values:
businessTypeall ofOptional
string · enumOptionalPossible values:
Responses
200
200 response
application/json
400
Failed to create subcustomer
post
/v1/subcustomersPOST /v1/subcustomers HTTP/1.1
Host: capi.wewireafrica.com
ww-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 170
{
"firstName": "text",
"lastName": "text",
"businessName": "text",
"email": "text",
"country": "text",
"type": "INDIVIDUAL",
"businessType": "SOLE_PROPRIETORSHIP",
"purpose": [
"PAYOUT"
]
}{
"id": "text",
"name": "text",
"email": "text",
"country": "text",
"status": "ACTIVE",
"type": "INDIVIDUAL",
"purpose": [
"PAYOUT"
],
"onboardingStatus": "DRAFT",
"onboardingId": "text",
"businessId": "text",
"addressLine1": "text",
"addressLine2": "text",
"postalCode": "text",
"city": "text",
"state": "text",
"createdAt": "2025-11-29T11:25:57.461Z",
"updatedAt": "2025-11-29T11:25:57.461Z"
}Last updated