Digio Apis

Getting started with Digio Rest Apis

API SERVER

SELECTED: https://api.digio.in
AUTHENTICATION
No API key applied
General ⦂

Reattempt some of the action

post {BASE_URL}/client/kyc/v2/request/{requestId}/reattempt

Request Body Params (application/json)

Reattempt some of the action

Requires Base 64 encoded clientId:clientSecret in Authorization header
REQUEST
PATH PARAMETERS
REQUEST BODY application/json
object
Single line description
Field
Type
Description
action_ids
[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…..) ]

notifyCustomer
boolean

States weather the customer should be notified.

reason
string

Details for customers on why they need to redo certain actions.

API Server
https://api.digio.in
Authentication
Required (None Applied)
curl -X POST "https://api.digio.in/client/kyc/v2/request/{requestId}/reattempt" \
 -H 'accept: application/json' 
RESPONSE
application/json
object
Single line description
Field
Type
Description
id
string

Unique identifier referencing a request.

createdAt
date-time

Time of creation of a request.

updatedAt
date-time

Time of updation of a request.

expireInDays
integer

No. of days after which the KYC request will expire.

status
enum

Status of the request. “requested” immediately post creation

Allowed: requested┃approval_pending┃approved┃rejected┃failed┃expired┃skipped
customerIdentifier
string

Customer email/phone number as passed in the request.

clientReferenceId
string

Internal reference ID as passed in the request.

referenceId
string

Internal reference ID as passed in the request.

- requestDetails
object

Data passed in the request that is displayed on the dashboard, usually to help an agent make a decision.

[any-key]
string

Data passed in the request that is displayed on the dashboard, usually to help an agent make a decision.

transactionId
string

As passed in the request. Generated by the system and returned if not passed.

workflowName
string

Name of the workflow.

showSteps
boolean

Show the steps under workflow.

application/json
object
Single line description
Field
Type
Description
details
string

Details about the exception. Usually contains the exception id for reference.

code
string

Error code

message
string

Description of the error