Skip to main content

registration

2. Verify OTP

Verifies the mobile OTP for a registration transaction. authData carries the transaction id and the encrypted OTP.

POST/api/registration/phr/verify/otp

Authorizations

Authorizationbearer tokenRequired

The access token from POST /api/hiecm/gateway/v3/sessions.

Body

scopestring[]Required
authDataobjectRequired
authData.authMethodsstring[]Required
authData.otpobjectRequired
authData.otp.txnIdstringRequired
authData.otp.otpValuestringRequired

Responses

200

No response body is documented for this request.