#lelouch
1 messages · Page 1 of 1 (latest)
Yup! If you're working with manually captured payment then the payment_intent.succeeded webhook event would be sent after capture is successful
ah thats great, so if error or insufficient fund it will be "payment_intent.payment_failed" ?
Let me double check on that - I'm not 100% sure
So really, if capture is succesfull you shouldn't be getting failure after capture
yep
i meant if it failed
like insufficient amount from users card
also when it says captured does it mean stripe already pinnged the card company to put aside the money ?
or that happenes only after the capture the fund has been clicked ?
Yes, capture means that the amount was authorized and we've talked to the card issuer/bank
That's why the capture shouldn't fail - the authorization guarantees that those funds should be available
what if they disputed even though i havent accepted the capture
what will stripe do ? cancel the transaction or i have to provide dispute info or pay dispute fees ?
Disputes should only happen on captured payments
👍