#Luis Felipe-checkout-invoice-custom-fields
1 messages ยท Page 1 of 1 (latest)
Hello ๐
You're asking about post-payment invoice with Checkout correct?
If so, yes you can set custom fields using invoice_creation.invoice_data parameter
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-invoice_creation-invoice_data-custom_fields
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Luis Felipe-checkout-invoice-custom-fields
Mmm sorry for not providing much info. After the checkout is proccesed and the bill or invoice is generated, i would like to add more fields in the billing itself. For example, add a field which could be the expiration date of the product
Gotcha. You can use the parameter I mentioned above to add the custom fields on the invoice
NP! ๐ happy to help