#VladVlad007123 - PaymentIntent

1 messages · Page 1 of 1 (latest)

plush charm
#

Hi there!

icy wadi
#

Hi

plush charm
#

The payment of the invoice was made with a card, so I think it's expected to directly send a payment_intent.succeeded event

icy wadi
#

Can we change that and get that event?

plush charm
#

You will get that event only for payment methods that go though a processing state.

icy wadi
#

So, it is not possible for card?

plush charm
#

Correct, you will get payment_intent.created and payment_intent.succeeded for card payments.
What exactly are you trying to do?

icy wadi
#

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

plush charm
#

Yes that makes sense!

icy wadi
#

thanks