#chemuturi - Custom Fields for Invoice
1 messages · Page 1 of 1 (latest)
Additional fields that are seen on an invoice!
PFA
The last four I've added!
I want to be dynamic for each invoice!
While taking a subscription!
Our invoices support descriptions fields:
https://stripe.com/docs/api/invoices/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We also support additional custom fields
How can I use additional custom_fields API?!
Did the same but faced the below error!
Can you paste the Request ID into this chat?
req_154bSnjowywLtz
Thanks
Okay yeah you cannot do that to an invoice after it's been finalized. You need to do that while in draft
While taking a subscription when should I do this to invoice?!
Where the invoice is automatically generated by stripe!
How can I do that when the invoice is automatically generated and finalized at the same moment while taking a subscription?!
You would delay the auto-advancing feature so subscriptions would create the invoice but not automatically try to collect payment
then manually add the custom fields and finalize the invoice yourself
Okay, thanks!