post https://api.payinc.in/api/v1/aeps/verifyotp
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
14curl --request POST \
--url https://api.payinc.in/api/v1/aeps/verifyotp \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"AgentId": "string",
"ReferenceId": "string",
"FPReferenceId": "string",
"IMEI": "string",
"OTP": "string",
"OnetimeToken": "string"
}
'
Try It!
to start a request and see the response here! Or choose an example: