-
Notifications
You must be signed in to change notification settings - Fork 264
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 Token #915
Comments
any update on this ? |
Any news here trying to migrate from The migration guide assume no one was using
or
Based on the doc I am not following how to send a
Like you got from None of the "after" links in the migration guide work so some clarity is missing. So there is no clerity if |
This work is in progress here: #1164 :) |
I saw that linked to at the top, and that it is failing review at this time... So is this And assuming it becomes available? Would it only be in the latest ver? I ask because of the
ongoing issue where not all versions of this library are available to an app because of the need to target the current minimum standard rather than necessarily the latest targets and compile on Android? Particularly with respect to While I can understand WIP, many of us are basically under a forced migration from Presuming, I understand correctly that this is just not here right now: is there a snack or doc any where of a more complete migration to get the same net result to complete migration where this was used? With the links in the migration guide broken, I am guessing at some parts due to a lack of doc. Was able to find the missing
That was actually not in the migration guide because the link to the docs where it was worked, but with the other links not working it is difficult to resolve how to work around these kinds of not 1:1 |
Getting the Stripe token using Apple Pay and Google Pay is not supported right now, that's correct. Once that feature is available, it would only be available on the version it's released on, and for each version thereafter If you are using the expo managed workflow and not using Question though- how are you using |
This is a messy app core update. Have an app that was You have access to both RN and EXPO paths going this way:
But the main thing that drove this upgrade is certain things won't work with On paper, I can change anything in this workflow; in practice, there are still some lingering limits. I do not even know what they are in this frankinstine untill I can resolve all the "Unable to resolve..." red screens from the slice like |
@charliecruzan-stripe do we have any idea on the time line for that pull request and getting the same native pay functionality TIPSI had to be part of So the hold up for out iOS app is sole the lack of features TIPSI supported. Android side is the whole API 31 Vs 32 but as Google Pay will need the tokens over there no point in working that until |
What is the status of this WIP? |
+1 :) |
This was released in v0.22.0 |
I've upgraded to 0.22.0, however |
@SavageWilliam |
Is your feature request related to a problem? Please describe.
It would be great to create a one-time use apple pay token so I can authorize a charge and capture the payment at a future time once.
Describe the solution you'd like
I would like the presentApplePay sheet to return a token as well as paymentMethod and Error.
Describe alternatives you've considered
The alternative is using the intent API but it is not possible currently for us.
The text was updated successfully, but these errors were encountered: