Save Customer Identification
This endpoint is used to save customer identification type
Overview
This endpoint is used to save customer identification
Required Payload
| Name | Data Type | Description | Mandatory/Optional |
|---|---|---|---|
| CustomerID | String | Customer's identification number | Mandatory |
| IdentificationImageType | Int | Passport =0, NationalIdentityCard = 1, DriversLicense = 2, Others = 3, VotersCard = 4, NIMC =5 | |
| IdentificationImage | String | Identification image in Base64, should not exceed 40kb | Mandatory |
| IdentificationNumber | String | Corresponding identification number | Mandatory |
Expected Request
{
"CustomerID": "string",
"IdentificationImageType": 0,
"IdentificationImage": "string",
"IdentificationNumber": "string"
}
Expected Response
If the request is successful, it returns a status code of 200 with a response body.
{ "IsSuccessful": true,"CustomerIDInString": null,"Message": "Update Successful", "TransactionTrackingRef": null,"Page": null}
API Reference Save Customer Identification
Updated about 4 hours ago
