curl --location 'https://api.insights-periculum.io/collection/otp-validate' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
--data '{
"requestId": "1709045203418",
"remitaTransRef": "1709045251931",
"authParams": [
{
"param1": "OTP",
"value": "{{OTP}}"
},
{
"param2": "CARD",
"value": "{{CARD}}"
}
]
}'
Parameters
Name | Description | Type | Required |
---|---|---|---|
requestId | Request id | string | Yes |
remitaTransRef | Remita Transfer Reference | string | Yes |
authParams[0].param1 | Set key to OTP for param1 | string | Yes |
authParams[0].value | OTP value | string | Yes |
authParams[1].param2 | Set key to CARD for param2 | string | Yes |
authParams[1].value | Card number | string | Yes |