You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After sending the payload to the server, we do a page redirection using payload.redirectUrl
The new page opens with an OTP entry field.
Open entering the OTP which is 123456 for the testbed, we get the error - Transaction verification failed! || Your payment could not be completed. Reason: transaction_helper is not defined
Expected behaviour
Upon entering the test OTP, we should get a webhook notification then verify the payment.
Actual behaviour
We are not getting past the redirection page.
Reproduces how often
100%
Configuration
API Version: v3
Environment: test mode
Browser:
Language: Node 18
Additional Information
The text was updated successfully, but these errors were encountered:
Description
I am getting {"status":"error","message":"transaction_helper is not defined","data":null}
Redirection URL
https://ravemodal-dev.herokuapp.com/captcha/verify/94896:9001e67697e7ad04062752aeb29843ad?solution=123456
Steps to Reproduce
123456
for the testbed, we get the error - Transaction verification failed! || Your payment could not be completed. Reason: transaction_helper is not definedExpected behaviour
Upon entering the test OTP, we should get a webhook notification then verify the payment.
Actual behaviour
We are not getting past the redirection page.
Reproduces how often
100%
Configuration
Additional Information
The text was updated successfully, but these errors were encountered: