#DaganChen
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Could you please share more context, as I'm not really following.
well I'm creating a charge
using payment Intent
look at db for example, my transaction id pi_3MngR0Frv2nk53su1amnPOQF
is success
on card immidite response
on sepa_debit I get pi_3MnHAWFrv2nk53su0l7DFJpO, but it's on PENDING (processing) status.
I cant to create a local webhook that will simulate pi_3MnHAWFrv2nk53su0l7DFJpO response when it fails or succses
and should I always save -> balance_transaction + id ?
and is pi_3MngR0Frv2nk53su1amnPOQF is uniuqe?
I mean on transaction pi_uniuqe
PaymentIntent IDs are unique, yes.
Thanks for context, I'm still not sure what's the actual question.
Hey! Taking over for my colleague. Let me catch up.
You have received an event that the PaymentIntent is in processing state evt_3MnHAWFrv2nk53su0PCMvuzh and once it failed you've get this event evt_3MnHAWFrv2nk53su0nYUCf4x showing that the PaymentIntent becomes in a failure status.