Submit Sub-customer KYC
Authorizations
ww-api-keystringRequired
Path parameters
subCustomerIdstringRequired
Body
typeall ofRequired
string · enumOptionalPossible values:
Responses
200
KYC submitted for subcustomer
application/json
404
SubCustomer not found
application/json
post
/v1/subcustomers/{subCustomerId}/kycPOST /v1/subcustomers/{subCustomerId}/kyc HTTP/1.1
Host: capi.wewireafrica.com
ww-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 420
{
"type": "INDIVIDUAL",
"data": [
{
"firstName": "text",
"lastName": "text",
"middleName": "text",
"dateOfBirth": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"stateProvince": "text",
"postalCode": "text",
"country": "text"
},
"nationality": "text",
"phoneNumber": "text",
"idType": "text",
"idFileFront": {},
"idIssuingCountry": "text",
"idFileBack": {},
"proofOfAddressType": "LEASE_AGREEMENT",
"proofOfAddressFile": {}
}
]
}{
"message": "text"
}Authorizations
ww-api-keystringRequired
Path parameters
subCustomerIdstringRequired
Responses
200
KYC link for subcustomer
application/json
404
SubCustomer not found
application/json
get
/v1/subcustomers/{subCustomerId}/kyc-linkGET /v1/subcustomers/{subCustomerId}/kyc-link HTTP/1.1
Host: capi.wewireafrica.com
ww-api-key: YOUR_API_KEY
Accept: */*
{
"url": "text"
}Last updated