#djordje
1 messages · Page 1 of 1 (latest)
Hello! What can I help with?
Hi ... we are from Livingston team and we have issue with production environment ... we have there webhooks and 9 events on which we are subscribed... on every of those events we have our workflow which we have to perform ... now ... we have issue with one customer ... she/he has paymentIntent which was successful and payment_intent.succeeded event is created.. but I didn't see payment_intent.processing has been sent ... we catching that event to perform some neccery steps ... on Developers page I can see event fro payment_intent.succeeded and id is (evt_3NGi41Cb1AYBABuF1vGGx6qd) but I didn't see payment_intent.processing ... can you tell me why ?
so .. to simplify ... we expected payment_intent.processing event to come before payment_intent.succeeded but it looks like that that event isn't sent from stripe
Card payments typically don't send payment_intent.processing events - is there a specific reason you're expecting it for this payment?
yes ... we need to send some data to SmartBorder
There's no payment_intent.processing for cards though so what you're seeing is expected
hm ... is there any other event we can use which should take place before payment_intent. succeeded (we have 2 ways for paying invoices, via bank and via card)
YOu could listen for paymetn_intent.created