#mmv
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Hi vanya
Yeah, there's not much you can do. The parameters you specified are on the PaymentIntent/Checkout Session side, and it only happens only once in your case, so only one configuration.
You can either
- Create multiple PI for each set of products depending on the auth/capture config.
- Alternatively, you could do manual capture always, and for some items, capture the respecive amount right after auth, and then capture the rest of the funds later.
sounds like the second option is more straight-forward
so if I only have 1 Payment Intent set to 'manual' capture, can I then capture parts of the amount at different times?
is there any protection around this to ensure I cannot capture more than the initial auth?
Yes, if you skip the amount_to_capture, it will capture the rest: https://stripe.com/docs/api/payment_intents/capture#capture_payment_intent-amount_to_capture
how about this?
Yes, you should be able to capture multiple times
Please, let me know if you have any other questions.