You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
User clicks on the button apple pay on the SelectPayment component.
I get the default credit card information.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: