#Yashish

1 messages · Page 1 of 1 (latest)

cinder tuskBOT
neon wagon
#

@willow bramble do you have more context? have you tried anything so far?

willow bramble
#

Currently, I am focused on verifying the webhook events and implementing certain conditions for updating the database. Could you please suggest how we can create a scenario for card payment failure? I need to test which events are being triggered during this scenario and what data we can obtain from them.

neon wagon
#

you can use those test card number in payments.

willow bramble
#

How can we detect a payment failure in case of auto-renewal due to reasons such as expired card or insufficient balance?

neon wagon
#

what Stripe API are you using for the "auto renewal"?

willow bramble
#

subscription auto renewal

#

stripe would try to do the payment automatically

neon wagon
#

the details of the failure would be on the invoice->payment_intent->last_payment_error field.