#rzzz | Real Deal
1 messages · Page 1 of 1 (latest)
You probably want to activate your account on your home Dashboard first. Don't you see any warning there?
Hello @sand turtle
Hi! I'm taking over my colleague. Please, give me a moment to catch up.
Sure no prob.
Not sure why the button is disabled. It's best to contact Stripe Support for that: https://support.stripe.com/?contact=true
Ok i'll do that thanks.
another question @gusty vessel
Sure
I created test invoices using test clocks
Now I'm trying to fetch the invoices. but it seems the invoices created with the test clock is not included
Could you please share the Invoice ID in_xxx
this one in_1MoM5uJOzVX3Pu1h4Zx3dlXc
Yes, I checked and it's not possible, unfortunately.
no other way to fetch it via stripe api?
You can normally fetch it by ID: https://stripe.com/docs/api/invoices/retrieve
oh ok. but if i use const invoices = await stripe.invoices.list({
limit: 3,
});
it won't fetch the invoices under test clock?
No, no test-clock invoices.
hello
additional question
For example the customer subscribed for a metered subscription. Then the customer executed a usage let's say 20 execution for the starter subscription. then later on the same month the customer upgraded the plan to premium subscription. What should be stripe's standard action for this
What do you mean by 'standard action'?
I mean is there a standard process for this kind of scenario
It's like any subscription upgrade really, depending on submitted usage at the time of the upgrade we'd generate a prorated invoice for that amount