#Little_seven
1 messages · Page 1 of 1 (latest)
hi! what have you tried so far?
the "Remaining time on Limit Leads 25000 after 15 Mar 2023" is the one I have difficulty to put into the api.
have you read this?
https://stripe.com/docs/billing/subscriptions/prorations#preview-proration
not yet.
will check this one.
but in general if you have a subscription like that it's really just calling https://stripe.com/docs/api/invoices/upcoming passing the ID of the subscription sub_xxx and you'll get the same invoice the dashboard shows
I'd need a lot more context of what you see when you call the API versus what you expect to see etc to say much more