post https://api.payinc.in/api/v1/aeps/dokyc
Important Information
The ReferenceId, FPReferenceId and OneTimeToken needs to be passed from the response received from SendOTP method.
Responses
Important Information
The ReferenceId, FPReferenceId and OneTimeToken needs to be passed from the response received from SendOTP method.
xxxxxxxxxx
16curl --request POST \
--url https://api.payinc.in/api/v1/aeps/dokyc \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"AgentId": "string",
"ReferenceId": "string",
"FPReferenceId": "string",
"AadhaarNumber": "string",
"IMEI": "string",
"OneTimeToken": "string",
"PidDataPlain": "string",
"ChannelCode": "string"
}
'
Try It!
to start a request and see the response here! Or choose an example: