#alexesch_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1285175810692747324
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
hi
do you have acces to subscription events?
https://dashboard.stripe.com/subscriptions/sub_1PmnAoJaf89hC41I6FP2wrMk
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
do you have the actual request
i'm not sure if it's a bug, or a feature
we had a problem with one of our customers because of
- evt_1PrQUPJaf89hC41I9yQAdIr1
- evt_1PrQVqJaf89hC41I9twxB6Nb
it looks like
- canceled subscription,
- add default payment method
- subscriptions becomes active again
do you have the actual request
Could you please share the Request that updates the default_payment_method?
Yes, from what I see, updating the Payment Method removes the cancellation for some reason.
Not sure if this is intended.
ok we had a very angry customer,
can you provide us with some kind of note explaining that it was a bug on your end?
Prior to version 2018-02-28, any parameter sent to the Update Subscription stops a pending cancellation.
https://docs.stripe.com/billing/subscriptions/cancel?dashboard-or-api=api#reactivating-canceled-subscriptions
This is because you're using an old Stripe API version
understood, thank you
one more question
we need to upgrade api version in stripe dashboard
but it will update both, demo and prod
is that possible somehow to update only demo? so we can test everything?
You can specify API versions on each individual request: https://docs.stripe.com/upgrades
i'm talkin about stripe dashboard api version
not about request
I understand, but it's not possible to upgrade Test and Live mode separately.
ok, thank you