#bongowilliams

1 messages ยท Page 1 of 1 (latest)

dire heraldBOT
unborn shard
#

I can see that there is charge.succeeded , payment_intent.succeeded and checkout.session.completed that fire when a payment is made, and i can receive these via connect webhooks

#

the main purpose of the webhooks for me here are to check when the payment has succeeeded so I can mark the payment as paid in our local platform database too. so whether this is a card payment through the checkout or a delayed payment through bank transfer

coarse galleon
#

๐Ÿ‘‹ Hi there, Happy to help!

unborn shard
#

thanks!

#

I am assuming it will be payment_intent.succeeded as I can see the payment details there, and also the meta data so i can track it back to my database

#

evt_3LojxY2XVptw46Sq0ymO8UFp

#

or i also saw that checkout.session.completed has "payment_status": "paid", - which is probably good also ๐Ÿ™‚

coarse galleon
coarse galleon
unborn shard
#

okay yeah, we will be allowing payment methods like bank redirects for our users/connected accounts, so we will need to handle this

#

will payment_intent.succeeded fire on delayed payments like bank redirects, as well as when a card is used on cehckout?

coarse galleon
#

yes for payment_intent.succeeded will be triggered for all payments

unborn shard
#

okay cool