Use this API to approve or reject KYC request
Note : Copy the CURL only after filling the input parameters
Use this API to approve or reject KYC request
Note : Copy the CURL only after filling the input parameters
Getting started with Digio Rest Apis
|
HTTP Basic
Send
Authorization in header containing the word Basic followed by a space and a base64 encoded string of username:password.
|
Approve or reject a KYC request
|
*
requestId
string
|
|||
|
Unique identifier referencing the KYC request as returned in response to request creation. (Eg. KID…..) |
|||
{
"status": "requested"
}
➔
curl -X POST "https://api.digio.in/client/kyc/v2/request/{requestId}/manage_approval" \
-H 'accept: application/json'
Unique identifier referencing a request.
Time of creation of a request.
➔ Status of the request. “requested” immediately post creation
Customer email/phone number as passed in the request.
LIST of details of steps configured in workflow along with approved/reject status
⮕ [ LIST of details of steps configured in workflow along with approved/reject status ]
➔
➔
➔
➔
➔
➔
Internal reference ID as passed in the request.
Data passed in the request that is displayed on the dashboard, usually to help an agent make a decision.
Data passed in the request that is displayed on the dashboard, usually to help an agent make a decision.
As passed in the request. Generated by the system and returned if not passed.
The name of the customer
No. of days after which the KYC request will expire.
States if there is any reminder registered.
Name of the workflow.
States weather auto approved.
Name of the auditor
Unique identifier referencing auditor.
Details about the exception. Usually contains the exception id for reference.
Error code
Description of the error
Was this page helpful?