#bwurtz999
1 messages ยท Page 1 of 1 (latest)
Can you share which doc you're specifically looking at?
I think I found the answer
Invoices use the customer address to calculate tax
For what it's worth, it would be nice if I could specify the delivery address (for tax purposes) separately from the customer address. Not sure if that's a feature Stripe would care about
Just thought I'd mention it
We do allow you to specify shipping address separate from billing address in the API right now
This may be helpful to read: https://stripe.com/docs/tax/customer-locations
go ahead ๐
Those customer location docs don't say anything about using the invoice shipping_details for tax calculation
One customer could have several pending invoices at a given time
If I change the shipping address on the customer, it would change the address on all invoices. If I'm reading that correctly
But all the deliveries are going to different locations
Am I understanding this correctly?
Just reading through some things now - give me a minute
Got it thank you
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So customer_shipping is locked as soon as the invoice has been finalized - if you change the shipping address on a customer it'll only update on the Invoices that have not been finalized yet
Oh ok
So if I generate the invoice and finalize it before changing the shipping address for the customer, it won't be affected
Then I guess if anything changed after that point I would void the old invoice and generate a new one?
correct!
๐