#geniosar_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/1344636496073723964
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
I'm not sure I understand. what's the issue?
Ok , I bougth sub by full price , than I give a trial period for 7 days, why I should pay 0.37 when trial is end?
I can't understand why Amount due : 0.37 I am expect 0.00
so your qestion is why the first invoice has an amount of 414.03 instead of 0?
no, I asked why I should pay 0.37 at the end of my trial period
when the trial ends, then the users need to start paying for the product. why do you expect the amount to be 0?
because I am already paid for this sub
than I use this call
var dateTime = DateTime.UtcNow;
var subId = "sub_1Qx4Tm2NKFm8g2byL2wvReOb";
var options = new SubscriptionUpdateOptions { TrialEnd = dateTime.AddDays(7) };
var service = new SubscriptionService();
var result = await service.UpdateAsync(subId, options);
And got Amount due: 0.37
๐ taking over for my colleague. Let me catch up.
I think , I found the reason, U substract time, that I already use in real subscription before trial period and create this invoice
yes that's correct
ok, thx