This functionality is available for the following models:#
☑ Acquirer
☑ Aggregator
secureId from the token request. The client has 5 minutes and also 3 attempts to validate the OTP with the same secureId.555Got a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/rules/v1/secureValidation' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"secureServiceId": "1d322684-32c9-4dbf-8f31-108889a8aaf9",
"otpValue": "555"
}'{
"code": "OTP000",
"message": "ok"
}