-
Notifications
You must be signed in to change notification settings - Fork 50
OTP Screen #34
New issue
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
Comments
If your user uses a card that requires OTP, the underlying Paystack SDKs
would prompt the user for PINs/ OTPs I believe. You should try any of the
test cards that require PIN/OTP in development to see how that works.
Cheers
…On Mon, Aug 5, 2019, 1:13 PM Collins ogbuzuru ***@***.***> wrote:
Some card requires OTP to finalize your payment and from your SDK Docs,
you didn't show how to handle this scenario. Please, can you help?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#34?email_source=notifications&email_token=AA53YZR2Q6YNO3PAOVXS7Z3QDAKNRA5CNFSM4IJKSNPKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDLY2DQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA53YZU6YL6IX4OZZJYYBNDQDAKNRANCNFSM4IJKSNPA>
.
|
Yeah, I get this input screen to put in my pin and after that, the transaction fails (When I use a real card). I tried all the test card that requires OTP/PIN and it failed. Thanks in advance. |
Check to make sure your transactions are not failing for other reasons.
Check to be sure you are using test keys with test cards and live keys with
live cards - you cannot mix and match. Try a test card that does not
require PIN/OTP and ensure the transaction is successful, hence
establishing the failures are really down to PINs. Rule out other issues
and keep this open if it does persist afterwards.
…On Mon, Aug 5, 2019, 3:52 PM Collins ogbuzuru ***@***.***> wrote:
Yeah, I get this input screen to put in my pin and after that, the
transaction fails (When I use a real card). I tried all the test card that
requires OTP/PIN and it failed.
Thanks in advance.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#34?email_source=notifications&email_token=AA53YZSZ3LZZOOVFIRXFYNDQDA5C5A5CNFSM4IJKSNPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3SCCJA#issuecomment-518267172>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA53YZWXFFK4MOS6GUHV3MDQDA5C5ANCNFSM4IJKSNPA>
.
|
Test cards that do not require OTP / PIN work but test card that requires that fails (It doesn't show me a field to fill the PIN/OTP ). I tried the test card that simulates bank authorization it pops up an empty modal and afterward charged the card. |
@Ifunanyacollins can you share the OTP card you used that didn't work? |
Card Number: 5060 6666 6666 6666 666 (Verve) |
Card Number: 408 408 0000000 409 This pop up some kind of blank modal, I am assuming this modal is meant to have input fields to collect OTP but it is blank. |
You should see similar OTP/PIN screens on Android or iOS if you use the test card you referenced here: You may want to try again on the latest release - v3.4.0 though, see #38 for more info. Cheers! |
Some card requires OTP to finalize your payment and from your SDK Docs, you didn't show how to handle this scenario. Please, can you help?
The text was updated successfully, but these errors were encountered: