#Rumi-Invoice
1 messages ยท Page 1 of 1 (latest)
Maybe yes
My problem is that in some cases they prefer invoice, because it has more info about my company
If I had to choose, I would prefer to send an invoice in all cases. Because I have not found a way to add the company information to the receipts ๐ฆ
What kind of company info do you want to add to the receipts?
the company CIF (is like a tax identification code), address
https://stripe.com/docs/receipts#customizing-receipts there's no much options for receipt customizations
You can put some custom string in the PaymentIntent's description (https://stripe.com/docs/api/payment_intents/create?lang=node#create_payment_intent-description) and it'll be included in the receipt email. But my concern is that it may not be presentable if the string is too long.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okey, thank you ๐