Upload Supporting Documents

This endpoint is to upload supporting documents such as customer image and customer signature

Overview

This endpoint is to upload supporting documents such as customer image and customer signature

Required Payload

NameData TypeDescriptionMandatory/Optional
AccountNumberStringCustomer account numberMandatory
CustomerImageStringCustomer image in base64, should not exceed 40kbMandatory
CustomerSignatureStringCustomer signature in base64, should not exceed 40kbMandatory

Expected Request

{
  "AccountNumber": "string", 
  "CustomerImage": "string", 
  "CustomerSignature": "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 Upload Supporting Documents