#archetapp - PaymentIntent + payment sheet
1 messages · Page 1 of 1 (latest)
When using the PaymentSheet on iOS client-side confirmation is required. You can still do separate capture, though, but setting capture_method to manual on the PaymentIntent and then capturing on your server later: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method
Ohh okay, was just confused on the difference between the two. Thanks so much! That fixed it. :]