#whothey
1 messages ยท Page 1 of 1 (latest)
Hi there. One moment
I'm not a React Native expert, so I can pull in a colleague if this suggestion doesn't end up working for you, but Apple Pay supports separate auth and capture: https://support.stripe.com/questions/using-authorization-and-capture-with-apple-pay. So, you should be able to create the Payment Intent with 'manual' capture then actually capture the funds server-side after confirmation (once you're ready): https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
Our intention was not to authorize the customer's payment method until the order is successfully created on our end. As I understood the authorization would be still kicked in the client upon confirmApplePay ๐ค
In summary: we still want to use Apple Pay for some of the orders, but want to create the auth and eventually capture it in the server, rather than authorizing in the client
Hello ๐
I believe you're looking for this flow
https://stripe.com/docs/payments/build-a-two-step-confirmation
It's still in beta, you'd likely need to write in to our support team to see if you're eligible