#tess
1 messages · Page 1 of 1 (latest)
Hello 👋
Can you share the event ID? It is possible that the event delivery is failing and Stripe keeps retrying the delivery
The id of the canceled payment event is pi_3NXPxZEjLMO6STxR0SAq4pIY.
It looks like you code is making a request to mark the invoice paid out of band
https://dashboard.stripe.com/test/logs/req_zwwA4CrgGt283M
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
which is generating the payment_intent.cancelled event
Does marking the invoice as paid_out_of_band always cancel the subscription?
It isn't cancelling the subscription. It's just cancelling the PaymentIntent as you marked the invoice as paid (in which case the PaymentIntent isn't required)
Oh, understood.