#thomasnevink
1 messages · Page 1 of 1 (latest)
You can't 'modify' a successful payment, you'd jsut need to create a new Payment Intent to reflect any changes on the order
Sounds to me like you want to re-consider how you're creating payments if your customers are able to amend their 'orders'. Perhaps use auth/capture?
I want my customers to be able to amend their 'orders'
Ok, I get that. But the concept of an order doesn't exist in Stripe and you can't amend a successful payment as you described it
So if the payment has been completed/succeeded with Stripe you just need to create a new one to reflect the modifications
Otherwise, consider: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
Sure, then let us know if you've any specific questions about that