#geniosar_api

1 messages ยท Page 1 of 1 (latest)

opaque latchBOT
#

๐Ÿ‘‹ 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.

vernal ermine
#

hi there!

empty dragon
#

sub_1Qx4Tm2NKFm8g2byL2wvReOb

#

hi)

vernal ermine
#

I'm not sure I understand. what's the issue?

empty dragon
#

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

vernal ermine
#

so your qestion is why the first invoice has an amount of 414.03 instead of 0?

empty dragon
#

no, I asked why I should pay 0.37 at the end of my trial period

vernal ermine
#

when the trial ends, then the users need to start paying for the product. why do you expect the amount to be 0?

empty dragon
#

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

opaque latchBOT
pale mountain
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

empty dragon
#

I think , I found the reason, U substract time, that I already use in real subscription before trial period and create this invoice

pale mountain
#

yes that's correct

empty dragon
#

ok, thx