Submit Sub-customer KYC

Submit kyc for subcustomer

post
Authorizations
ww-api-keystringRequired
Path parameters
subCustomerIdstringRequired
Body
typeall ofRequired
string · enumOptionalPossible values:
Responses
200

KYC submitted for subcustomer

application/json
post
/v1/subcustomers/{subCustomerId}/kyc
POST /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"
}
get
Authorizations
ww-api-keystringRequired
Path parameters
subCustomerIdstringRequired
Responses
200

KYC link for subcustomer

application/json
get
/v1/subcustomers/{subCustomerId}/kyc-link
GET /v1/subcustomers/{subCustomerId}/kyc-link HTTP/1.1
Host: capi.wewireafrica.com
ww-api-key: YOUR_API_KEY
Accept: */*
{
  "url": "text"
}

Last updated