#mattk5r
1 messages · Page 1 of 1 (latest)
no, that's not something we support today in the Invoice product.
if you use Checkout to process the payment instead, it does allow for this : https://stripe.com/docs/payments/checkout/custom-fields
Thanks!
Is it possibly for us to have the invoice payment page, be a stripe checkout page?
Hi 👋
No, that is not something you can configure
Are these one-off invoices or for a subscription?
We aren't using the stripe subscription product. We manually calculate usage, and issue invoices mostly on a monthly basis, but occasionally at different intervals depending on our customer's needs.
Okay so is the answer to my question that you are using one-off invoices?
I think so
Okay, in that case you can go the other way around. You can create the Checkout Session with the line items you need and have it create and send an invoice upon successful payment using the invoice_creation parameters: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-invoice_creation
This could work! Thanks!!