#marcosmercuri_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/1230061796375662643
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, could you elaborate where do you import to where? From a Stripe Account to another different Stripe Account?
we have connected accounts, and we import them to our system using the webhooks and the API
I see. Those Invoices items (Unused time on ... and Remaining time on ...) are proration items, so it could be tricky. But have you retrieved the Invoice Item object and look at the fields there?
what should I be looking for in the invoice?
I see that the line items have a proration, can I assume the products in those line items are one-off products?
I wouldn't say so? proration is related to recurring items.
ah, ok, Im trying to tie that to what Orakaro said a few lines above
yep, items that are proration have proration:true set
https://docs.stripe.com/api/invoices/line_item#invoice_line_item_object-proration
ok, is there a way to identify the original product that this proration belongs to?