Use this api to reattempt some of the action of the workflow.
Note : Copy the CURL only after filling the input parameters
Use this api to reattempt some of the action of the workflow.
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.
|
Reattempt some of the action
|
*
requestId
string
|
|||
|
Unique identifier referencing the KYC request as returned in response to request creation. (Eg. KID…..) |
|||
{
"action_ids": [
"string"
],
"notifyCustomer": false,
"reason": "string"
}
List of action Ids to be re-requested, Action Ids can be identified from the action object on GetKyc API. (Eg. KIA…..)
⮕ [ List of action Ids to be re-requested, Action Ids can be identified from the action object on GetKyc API. (Eg. KIA…..) ]
States weather the customer should be notified.
Details for customers on why they need to redo certain actions.
curl -X POST "https://api.digio.in/client/kyc/v2/request/{requestId}/reattempt" \
-H 'accept: application/json'
Unique identifier referencing a request.
Time of creation of a request.
Time of updation of a request.
No. of days after which the KYC request will expire.
➔ Status of the request. “requested” immediately post creation
Customer email/phone number as passed in the request.
Internal reference ID as passed in the request.
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.
Name of the workflow.
Show the steps under workflow.
Details about the exception. Usually contains the exception id for reference.
Error code
Description of the error
Was this page helpful?