cURL
curl --request POST \ --url https://devapi.withedge.co/gateway/api/v1/utils/otp-validation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'requestId: <requestid>' \ --data '{ "otpReferenceId": "<string>", "OTP": "<string>" }'
{ "statusCode": 00, "message": "Completed successfully" "data": {}, "errors": [] }
This endpoint allows you to validate a transfer request using the provided OTP.
e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
1234567890
123456
Was this page helpful?