cURL
curl --request POST \ --url https://api.novacpayment.com/api/v1/card/validate-otp \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "reference": "<string>", "otp": "<string>" } '
Input your Bearer token in this format - Bearer {your token here} to access this API
OK