POST
/
customer
/
kyc
/
{customerId}

Customer KYC Update

Use this endpoint to update the KYC tier of an existing customer. You must provide either the nin (National Identification Number) or the livePicture parameter to successfully make this call.


Additional Information

This endpoint must be called using either the nin or the livePicture, but not both.


Request Parameters

requestId
string
required

A unique identifier for the request, used for idempotency.
Example: e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9

customerId
string
required

The unique identifier for the customer whose KYC tier is being updated.
Example: 7100987614

nin
string

The National Identification Number of the customer.
Example: 12345678901

livePicture
string

A live picture of the customer for verification purposes.
Example: base64encodedstringofpicture