#techbuzz-invoice
1 messages · Page 1 of 1 (latest)
Yes, Please
If you create a Customer object and create a billing address for this customer (either via the dashboard https://dashboard.stripe.com/customers or via the API https://stripe.com/docs/api/customers/create#create_customer-address)
Then create an invoice with this Customer object, via https://dashboard.stripe.com/invoices/create or https://stripe.com/docs/api/invoices/create#create_invoice-customer
The billing address for this customer will then show up on the "Bill To" section on the invoice.