Skip to content
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

Open
ipehimanshu opened this issue Jan 4, 2020 · 9 comments

Comments

@ipehimanshu
Copy link

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

@Baadier-Sydow
Copy link
Owner

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?

@ipehimanshu
Copy link
Author

when we use that created source and try to make payment using stripe php sdk it said authorization required.

@Baadier-Sydow
Copy link
Owner

Does the 3d secure process take place before you get the token?

@ipehimanshu
Copy link
Author

ipehimanshu commented Jan 13, 2020 via email

@Baadier-Sydow
Copy link
Owner

My understanding is that Stripe should automatically do the 3d Secure if needed by the issuing provider.

@ipehimanshu
Copy link
Author

ipehimanshu commented Jan 13, 2020 via email

@Baadier-Sydow
Copy link
Owner

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

@ipehimanshu
Copy link
Author

ipehimanshu commented Jan 13, 2020 via email

@Baadier-Sydow
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants