#marinus_webhooks
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/1490879434457354483
π Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! Can you help me understand this a bit better? Specifically, what product were you expecting to see on the upcoming invoice, and what appeared instead?
Hi, thanks for the response. I was expecting 2 items, but the invoice was generated for 2 others, and they were switched in when the invoice was automatically paid. I'll send the product ids:
New:
- prod_KaEakHUdwSwhwJ
- prod_KboTzUcPvbK73h
Original:
- prod_J53e5WWD8c99WP
- prod_J53e5WWD8c99WP
Sorry the original were 2 prices on the same product, price ids:
- price_1IStXEKXoj6vqcezHwrD4Ku7
- price_1IStXEKXoj6vqcezpEnu4558
so are you saying that you expected the original products still on the upcoming invoice?
- prod_J53e5WWD8c99WP
- prod_J53e5WWD8c99WP
yes. I can't tell if some accounts manager made some change in Stripe UI to cause this change, or if it's some misconfiguration that someone has done in our Stripe account. The culprit seems to be the draft invoice created with id evt_1TEbXBKXoj6vqcezZxs6hema is it possible to tell why/who created the draft invoice?
gimme a while to take a look
Thank you
evt_1T4TAeKXoj6vqcezk9WfgCLz
The cause may be this subscription schedult. THough I can find no info about it
so in https://dashboard.stripe.com/acct_1CUOvhKXoj6vqcez/logs/req_ITQBnNVOkBQ4lU - according to the subscription schedule, the last phase updates the items to
items: {
0: {
price: "price_1Jv47TKXoj6vqcez3Pq87Vdd",
quantity: "14",
},
1: {
price: "price_1JwaqlKXoj6vqcezKhCKZmUO",
quantity: "1",
},
},
THank you. Is it possible to find the source of the schedule creation? Ie: is it from Stripe UI (and if so what user) or is it external (like our backend)
If you login to that Dashboard link, you should be able to see the source and/or who made the change if it's from the Dashboard
I see it! Perfect thank you
Thanks so much for the help
May I ask one unrelated question before you go?
sure!
Is it intentional that we can now see other's support queries in Discord? I don't think it was like thise before? For example:
I can click that and see their messages
Fine if it is intentional, just checking
yep, all messages / threads on this server are public. It's always been like this. It's also mentioned in the #help channel where it says
π This is a public server. Information shared here will be visible to everyone; look in β dev-help to see what other developers are asking. If you want help in private contact Stripe support
Ok perfect π