#brooker
1 messages · Page 1 of 1 (latest)
That sounds about right
Would recommend thoroughly testing in test mode to make sure you're not missing anything
Haven't tried this flow myself so unsure what challenges could arise but the flow overall sounds ideal
Ok, cool. Can I expect fetching invoices by customer to be relatively performant realtime for my end users or will I probably need some kind of cache?
If I'm using some invoice data elsewhere in my app that is
Depends on how many invoice items there are but usually the endpoints are pretty fast. Rate limits could also be a concern if you're trying to perform many diff operations on just one object
Also, sorry for the chain questions. Is there a way to deep link to a particular invoice in the customer management portal? I don't see anything here https://stripe.com/docs/customer-management/portal-deep-links
No way to deep link an invoice, afaik