#chidiprime-partial-capture
1 messages · Page 1 of 1 (latest)
chidiprime-partial-capture
Hey @elfin sigil, when you capture the payment you call https://stripe.com/docs/api/payment_intents/capture and you pass amount_to_capture: 500 which will capture $5 and refund/release the remaining $15
After the partial capture, how do i refund the remaining amount to the customer?
Is the release automatic?
yes it's all automatic, that's what I just explained