#anthonyscaramucci
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I would recommend looking into letting Checkout Sessions create Invoices for one-time payments.
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-invoice_creation
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oke. should i keep my flow for subscription invoices. is this recommended the way i do it ?
Subscriptions automatically create Invoices, there isn't anything to change there.