#VladVlad007123 - PaymentIntent
1 messages · Page 1 of 1 (latest)
Hi
The payment of the invoice was made with a card, so I think it's expected to directly send a payment_intent.succeeded event
Can we change that and get that event?
You will get that event only for payment methods that go though a processing state.
So, it is not possible for card?
Correct, you will get payment_intent.created and payment_intent.succeeded for card payments.
What exactly are you trying to do?
We have 3 payment types: card, us_bank_account and acss_debit
we have webhook for that event
I noticed that it is not triggered only for card
In that case I will switch to payment_intent.succeeded for card
Yes that makes sense!
thanks