Save Passport
This endpoint is used to save passport and signature.
Overview
This endpoint is used to save passport and signature.
Required Payload
| Name | Data Type | Description | Mandatory/Optional |
|---|---|---|---|
| CustomerID | String | Customer's identification number | Mandatory |
| Passport | String | Passport in Bytes should not exceed 40kb | Mandatory |
| Signature | String | Customer signature in base64, should not exceed 40kb | Mandatory |
Expected Request
{
"CustomerID": "string",
"Passport": "string",
"Signature": "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 Passport
Updated about 5 hours ago
