#olokobayusuf-india-subscription
1 messages · Page 1 of 1 (latest)
in_1LNtYsJ5DASAA81sGnz3tkou
Thank you, taking a closer look.
Sorry, the server is a bit busy today, and so far I'm not seeing an error.
When looking at the Subscription, I'm seeing that a request was made to create it, but then another request was made about 1 second later to cancel it. When the Subscription was canceled it would have closed out the underlying Invoice. Are you intending to promptly cancel the Subscription?
Nope, not trying to cancel the subscription at all.
This is the request that I'm seeing was made to cancel/delete the Subscription, and as far as I can tell it looks like it was made by your integration:
https://dashboard.stripe.com/logs/req_8gObXPxce6NZW7
The timeline of events is:
payment_intent.createdpayment_intent.requires_actionpayment_intent.failed
Then those from the invoice
This is a request we make in response to the invoice.payment_failed event.
We cancel an existing subscription of the payment failed. We added it because some users' subscriptions would fail to renew due to insufficient funds, so we had to inform them and cancel their subscription so as not to accrue a balance.
Also worth noting: when I try to create the subscription for the user through Stripe Dashboard, I receive an error that says the card doesn't support the transaction:
Hm, good spot.