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

Apple pay implementation #43

Open
twillstudio opened this issue Mar 26, 2019 · 0 comments
Open

Apple pay implementation #43

twillstudio opened this issue Mar 26, 2019 · 0 comments

Comments

@twillstudio
Copy link

Hi everyone,

I am currently building an Uber-like app for another kind of service.
I am using Stripe in order to get payments after the service has been done. I am currently allowing my users to add credit cards.

I want to allow them to use Apple pay. What i want to do is very simple:

  1. User clicks on the button apple pay on the SelectPayment component.
  2. I get the default credit card information.
  3. I tokenize it for stripe and i store the token in my database in order to charge the credit card later when my drivers are done.

After hours of research, I've have a pretty bad feeling about this. Could anyone tell me more about the apple pay local API on react native ?

Thanks in advance.

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

1 participant