-
Notifications
You must be signed in to change notification settings - Fork 5
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
How to use stripe js into ionic 3 when any card need 3d Autorization? #4
Comments
Unfortunately, I didnt need to implement 3d Secure with Stripe so I wouldnt know what challenges there are. Do you have any more information or an error message of some sort? |
when we use that created source and try to make payment using stripe php sdk it said authorization required. |
Does the 3d secure process take place before you get the token? |
No it not shows.
…On Mon, Jan 13, 2020 at 2:10 PM Baadier Sydow ***@***.***> wrote:
Does the 3d secure process take place before you get the token?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=AGLK3BROZTKHZRLTHF7PJELQ5QSHTA5CNFSM4KCU3ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIX5DFQ#issuecomment-573559190>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGLK3BXK2ZAA3RAWVPSL3X3Q5QSHTANCNFSM4KCU3ABA>
.
|
My understanding is that Stripe should automatically do the 3d Secure if needed by the issuing provider. |
i have try but it not works.
…On Mon, Jan 13, 2020 at 3:17 PM Baadier Sydow ***@***.***> wrote:
My understanding is that Stripe should automatically do the 3d Secure if
needed by the issuing provider.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=AGLK3BQBPYUKGLB43L762K3Q5Q2BTA5CNFSM4KCU3ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIYCN5A#issuecomment-573581044>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGLK3BTOU44MD5GFOG2GS23Q5Q2BTANCNFSM4KCU3ABA>
.
|
I would suggest that you contact Stripe to see whats up. These forms are meant to be a handoff to Stripe and then they return the necessary info back ie the token. Also, merit in testing using the test cards with 3dsecure active https://stripe.com/docs/payments/3d-secure#three-ds-cards |
we need to save card into stripe then use further for payment, so i am
confused how to solve that .
Can you please share your idea ?
Thanks in advance
…On Mon, Jan 13, 2020 at 3:36 PM Baadier Sydow ***@***.***> wrote:
I would suggest that you contact Stripe to see whats up. These forms are
meant to be a handoff to Stripe and then they return the necessary info
back ie the token. Also, merit in testing using the test cards with
3dsecure active https://stripe.com/docs/payments/3d-secure#three-ds-cards
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=AGLK3BX2LNOIQWVGLUCZ2GDQ5Q4L3A5CNFSM4KCU3ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIYEICY#issuecomment-573588491>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGLK3BWGS2376AUAB6E3IVLQ5Q4L3ANCNFSM4KCU3ABA>
.
|
My suggestion was to get in touch with Stripe as the 3D Secure part of the authentication is something they handle with the authorising party. Its not something your app would be able to control. |
We are creating mobile app using ionic 3 and we need to integrate stripe to save card source for next time easy payment, all works but issue is when any card need 3d secure then while making payment it fail, so can you please help us to make it working?
We are using stripe js element to save card, we use php as backend.
Thanks
The text was updated successfully, but these errors were encountered: