#scif_unexpected
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/1222023175009734769
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- scif_docs, 15 hours ago, 31 messages
Can you share the following information, so that I can look into it further?
- The request ID (req_xxx) that you unlink the coupon
- The example coupon ID (co_xxx) and event ID (evt_xxx) for the scenario you described
Sorry, forgot to add:
https://dashboard.stripe.com/test/events/evt_1Oy7gNJAyK60857l4pmr33Ya
https://dashboard.stripe.com/test/events/evt_1OyQLpJAyK60857lCp332URX
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This is indeed strange. Still looking into it
This is expected. When creating an invoice without coupon in https://dashboard.stripe.com/test/logs/req_0AZ1vbXXTyjpwU, the redemption count still remains at 13. The previous invoice was already the count of 13. Due to internal logic, it looks like we sent coupon.updated event twice from 12 to 13
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Can I suggest you writing to Support https://support.stripe.com/contact/email, so that we can check with relevant team why this happened?
@heady juniper , Oh, dear, so unlinking of the coupon essentially invokes cloning of the invoice and voiding the original one
Looks like this is the case if the coupon is removed from Dashboard. If the coupon is removed directly from API, then this won't happen
Wow!
Great, I'll try to check using API
Do you have an idea whether that could lead to decreasing the redemption count?
After trying, the redemption count isn't reduced even after removing coupon from the invoice