#edutomesco
1 messages · Page 1 of 1 (latest)
Hit there,
Yes you can refer to Stripe Test Clocks:
https://stripe.com/docs/billing/testing/test-clocks
one more question
Please just ask the question
Can I prorate a price with monthly interval for a price for yearly interval?
I mean with the same itemID
Yep, should work fine
And can I do the same but to show the nextInvoice
Not sure what you mean
Request error from Stripe (status 400): {"status":400,"message":"Currency and interval fields must match across all plans on this subscription. Found mismatch in interval field.","request_id":"req_Z0CfR7lhXGhDGR","type":"invalid_request_error"}
When I did the invoice.GetNExt()
Yes, because you have multiple items of differing intervals. All items on a single subscription must have the same billing interval
Actually all items I pass are from the same interval
The thing is I pass three prices (they are the new ones) and the subscription originally have four items
Because I want to delete one price
and I want first to see how it will present the next invoice
Apart from that, I would like to know: of I set a billing threshold to a subscription. I try to test and overage so it overpass this threshold but no new invoice was charged
It appears like this
You're passing 5 in this request: https://dashboard.stripe.com/test/logs/req_Z0CfR7lhXGhDGR
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I suspect your parameters don't match your actual intent
What's the sub_xxx ID
👋 taking over for my colleague. Let me catch up.