#Dmitry
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
invoice_creation is a new parameter to create invoices for one-off prices
So there is no option for subscriptions?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Will this description be displayed on invoice pdf?
yes
Hmm, I checked this but this description is not displayed on invoice pdf. The only one place where this info is displayed - subscription details page on stripe dashboard
Hey! Taking over for my colleague. Let me catch up.
Could you please share a screenshot to see where exactly you want to display the "descritpion"?
I don't have a concrete place. I'm just looking for a way to add some info, let's say company name via payment link creation API and to display company name on PDF. As I said before I need it for subscriptions
You need that just for Subscriptions ? or in general ?
I use only subscriptions
Because you can customize you issued Invoices globally on your account :
https://stripe.com/docs/invoicing/customize
It should be custom per payment link
Did you tried to add the description at the product level?
https://stripe.com/docs/api/products/object#product_object-description
Just tried it. It doesn't work as I need.
Could you please share a screenshot on an Invoice and show what you want to achieve exactly?
I need somehow configure invoice creation parameters via payment link create API. As I understand from the documentation I can configure using invoice_creation parameter which is not available if I attach recurring price.
I want to add this https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-invoice_creation-invoice_data-description but as I understand it is not possible for subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Nope that's not possible using PaymentLinks.
Thanks for support!