cURL
curl --request POST \ --url https://devapi.withedge.co/gateway/api/v1/customer/kyc/{customerId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'requestId: <requestid>' \ --data '{ "nin": "<string>", "livePicture": "<string>" }'
{ "statusCode": "00", "message": "Customer KYC Tier Successfully updated", "data": { "customerId": "7100987614", "kycTier": "0" }, "errors": [] }
This endpoint enables you to update an existing customer’s KYC tier.
e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
7100987614
12345678901
base64encodedstringofpicture
Was this page helpful?