- Verify enrolment of a user device for authentication using one-time passwords
Enrol a user device for authentication using one-time passwords
Verify enrolment of a use...
The second step in enrolling the logged-in user (root or authorised user) to use one-time-passwords to enable verification of transactions.
Note that on the Sandbox Environment, text messages are not sent and the verificationCode is always set to "123456".
Security
apiKey and authToken
- Sandboxhttps://sandbox.weavr.io/payment-run/v1/authentication_factors/otp/{channel}/verify
- Mock serverhttps://api.weavr.io/_mock/products/payment-run/openapi/v1/authentication_factors/otp/{channel}/verify
curl -i -X POST \
'https://sandbox.weavr.io/payment-run/v1/authentication_factors/otp/{channel}/verify' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'api-key: YOUR_API_KEY_HERE' \
-d '{
"verificationCode": "string"
}'Response
No content