#jasuno-invoice-customer
1 messages · Page 1 of 1 (latest)
jasuno-invoice-customer
@hexed mortar : https://stripe.com/docs/api/invoices/list + customer: 'cus_123'
Thanks that helps a lot
Wait
i forgot an important detail
Is there an easy way to fetch all the invoices that related to a specific customer a cross connect accounts?
Customers are scoped to a specific account. So there's no "across connect accounts" no. Every Customer is different. I assume you're a platform with Standard connected accounts and are cloning PaymentMethods maybe?
If you could try to provide a lot more details, if possible all in one message I am happy to provide more context
Sorry, So i have multiple customers and multiple connect accounts, yes the customers from the connect accounts are cloned from the main account. there is a possible instance where a customer will have open invoices from multiple connect account, so the question is can i fetch all of those invoices from these different connect accounts.
Unfortunately there is no API for this. There's no "link" between all those customers in the API. So you'd have to list the Invoices on each connected account one by one (or track this in your own database)