#JohnnyB
1 messages · Page 1 of 1 (latest)
You should use this endpoint, rather that /update: https://stripe.com/docs/api/payment_intents/increment_authorization
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok thanks @sterile ferry - This is exactly what I need, much appreciated.
Although that may only work for increasing the amount
I think what you need to do is actually only capture the amount you want, and then the rest is automatically released/refunded: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method#capture-funds:~:text=To capture less,the remaining amount.
Ok thanks @sterile ferry