#cyau.was.here
1 messages · Page 1 of 1 (latest)
Hello! No, that doesn't really make sense. A Subscription's purpose is to handle recurring payments. If there aren't recurring payments you wouldn't create a Subscription, it would instead be a single one-time payment.
ah well, just thought to have them all on the same page
It's not a Subscription though. It sounds like you might want to create a one-off Invoice instead: https://docs.stripe.com/api/invoices/create
what about just creating a checkout session
You can do that, yep. You'd create the Checkout Session in payment mode for a one-time payment. You can optionally have Checkout create an Invoice after a successful payment is made. A Subscription will not be created.