#jur_outlawz
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jur_outlawz, 5 days ago, 9 messages
- jur_outlawz, 5 days ago, 7 messages
👋 happy to help
would you mind elaborating what the end result you're looking for?
you can add multiple custom fields on the customer's invoice_settings https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-custom_fields
these will show on the invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks, is it possible to set it if it is a company:
Campany name
Attn: John Doe
and if it is not a company:
John Doe
what you can do is use the customer's name to place either Company Name or John Doe, and in case it's a company and you need to add Attn, then you add that to the custom fields
aah thanks