#_meetshah-invoice-no-customer
1 messages · Page 1 of 1 (latest)
Please try and let me know if you run into any issues.
but how? I did not found any resources to do
I want to send invoice to someone who is not registered as customer in my account
What happens if you don't include the Customer ID?
You can see here how to manage invoices with Python SDK: https://stripe.com/docs/invoicing/integration?lang=python
I don't know I never try. supppose I am not adding customer how invoice will know to which mail I need to send email?
Please try this first and if you run into any issues I can help.
It makes no sense to theorise about all possible edge cases without trying.
Hi there 👋 jumping in as my teammate needs to step away soon. Invoices must be associated with a Customer object, you cannot create an Invoice that is not associated with a Customer.
_meetshah-invoice-no-customer
okay.
In future suppose that customer want to change invoice payment method. I can give link by filtering email_id and genreting new customer portal url?
That sounds viable.
okay
Apologies, just realized I may have not provided a definitive answer regarding your question about Invoice memos from the other thread. As far as I know you wouldn't be able to insert tables or anything complex like that into them, and I'm not sure offhand if memos are accessible from the API or if that is a dashboard only feature.