#gumptiontechnologies
1 messages ยท Page 1 of 1 (latest)
hi! not really following I'm afraid. Is this an email address or a postal address? do you have screenshots or links relating to what you're directly referring to?
Using Stripe API, we are allowing people to send invoices to their customers. These people want to put an address of the customer to whom they want to send the invoice.
Is this an email address or a postal address? do you have screenshots or links relating to what you're directly referring to?
Do you know the invoice sending on Stripe through API?
I do yes.
OK, let me send you an image of the invoice and annotate it for you
thanks, that is indeed what I asked for ๐
You see the "Bill To" ... in the right side
Bill to
Managing It Right, LLC
Blambert@managingitright.com
Can we change this? Do we have any control on it to show the address of the customer which can change on the invoices?
each invoice may have different address of the customer?
Hi! I'm taking over this thread.
Alright. Please
The email that appears here comes from the email set on the customer https://stripe.com/docs/api/customers/object#customer_object-email
So is you update the customer's email, the next invoice should show the new email.
The invoices need address of the customer but each invoice may have different invoice
but each invoice may have different invoice
What does that mean?
on an invoice to any customer, I want to put a separate address ... is that possible?
You want to add an extra email address on the invoice PDF?
If so, you can add custom fields to the invoice https://stripe.com/docs/api/invoices/create#create_invoice-custom_fields
I'm closing this thread, but if there are additional questions or anything else that we can assist with, then please let us know in #dev-help. ๐
I need to put a separate address for the same customer on each invoice ... is there any way? Or I will have to modify the customer resource and that will show on the invoice?