One Time Passcode
Validate an OTP code
post/transaction/management/2fa/v1/verify/{transactionId}
Path parameters
transactionIdstring required
The id of the transaction that initialized the OTP process
Example:684CWYHCK05X2CN5K_N6
The id of the transaction that initialized the OTP process
Request body
Response
OTP code verified successfully
Example response
{
"ratepay_transaction_id": "684CWYHCK05X2CN5K_N6",
"message": {
"en": "Your code has been successfully verified.",
"de": "Ihr Code wurde erfolgreich überprüft."
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.