#baneetsharma
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you can use https://stripe.com/docs/api/invoices/create#create_invoice-custom_fields
and https://stripe.com/docs/api/invoices/create#create_invoice-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi @dull bone
question on this: so like you said I can use the invoice API, so will it add our custom fields to all future invoices also or only to that particular invoice?
this is per invoice
Okay, so that means for all my future invoices of subscriptions I will have to update the invoices using API. Correct?
you can customize all your invoices with custom fields as described here https://stripe.com/docs/invoicing/customize#custom-fields
but the API is per invoice
@dull bone okay, I think in my case I will have to use API invoice. Can you confirm if I can update meta data of a invoice which is already paid ?
yes that's correct
Okay, Thankyou for the help.
Have a nice day ahead.