#sebcobweb
1 messages · Page 1 of 1 (latest)
Hello sebcobweb, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• sebcobweb, 1 days ago, 5 messages
It would be preferable if I could just get an invoice link to send to the client instead of using Stripe's client feature
Hello! Checkout Sessions do already support generating an Invoice after payment is complete - will that work for your use case, or do you want to move completely off of Checkout?
@trail quest Did you see my question above?
I would like to completely move off of checkout because of the 24 hour expiry
Sorry it didn't ping me first time
To clarify -- I would like invoices be the way that they pay
Gotcha - so with Invoices you wouldn't be able to use line_items in the same way as with Checkout. Invoices requires you to create the Invoice Items in separate API requests
Got it, thank you. So I'll have to create a product and price for each time I want to create an invoice?
If you dont' want to create a product/price you don't have to - you can also create invoice items by passing in amount and currency
Looks good thank you so much!