We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use rave_python, no otp was ever sent to the owner of the card, or email i provided, or phone_number i inserted.
And it resulted in error of otp is required but even if I check the email and phone_number I inserted no otp was sent
If I blindly guess the otp it says sorry we cannot perform the transaction.
And even if I did this
Please pass the value of the OTP (12345) into the validate method
rave.Card.validate(res["flwRef"], "12345")
As you said, it will still say
Sorry we cannot perform transactions try again letter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use rave_python, no otp was ever sent to the owner of the card, or email i provided, or phone_number i inserted.
And it resulted in error of otp is required but even if I check the email and phone_number I inserted no otp was sent
If I blindly guess the otp it says sorry we cannot perform the transaction.
And even if I did this
Please pass the value of the OTP (12345) into the validate method
rave.Card.validate(res["flwRef"], "12345")
As you said, it will still say
Sorry we cannot perform transactions try again letter
The text was updated successfully, but these errors were encountered: