#lelouch

1 messages · Page 1 of 1 (latest)

hot bobcatBOT
humble wigeon
#

Yup! If you're working with manually captured payment then the payment_intent.succeeded webhook event would be sent after capture is successful

torn condor
#

ah thats great, so if error or insufficient fund it will be "payment_intent.payment_failed" ?

humble wigeon
#

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

torn condor
#

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 ?

humble wigeon
#

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

torn condor
#

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 ?

humble wigeon
#

Disputes should only happen on captured payments

torn condor
#

ah i see

#

good then

#

thanks just wanted to make sure

humble wigeon
#

👍