#kratos-paymentintent-failing

1 messages · Page 1 of 1 (latest)

deep whaleBOT
dull frigate
#

kratos-paymentintent-failing

#

Hey @nova knot can you provide more actionable details? What is your code doing? What's failing? How are you integrated exactly? Is there a failed charge? etc.

nova knot
#

My code creates invoice, finalizes it and stripe automatically attempts to pay the invoice. while creating invoice, I am passing the payment method. But, once finalized the payment intent status goes to requires_payment_method instead of requires_confirmation / succeeded.

#

failed charge id - ch_3MFK93B652oYkK0h0H6AOzLt

#

payment intent id - pi_3MFK93B652oYkK0h0S57l1om

dull frigate
#

okay so really this is just a simple decline, there's nothing else to it

#

I know you think the expiration date is in the future, but that's not the problem. Here you try to pay an invoice, we try to charge the card, we contact the bank and the bank says "nope sorry this card was disabled". Usually it's because the card was lost and the cardholder asked their bank for a new one.

#

But it really is just a decline, nothing special here

nova knot
#

payment method used has expiry as 03/2027, but i don't understand why it says card is expired

#

Makes sense.

#

Thanks.