#bruno - one-time & recurring
1 messages · Page 1 of 1 (latest)
howdy! reading...
Both options are perfectly valid, it depends on your business and customer relationships
Case 2 can be a little easier, you don't need to create a product/price if you create an invoice item on the customer with an ad hoc amount:
https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
(and apply it to that subscription)
If you want to charge you customer right away and not impact the subscription at all, then option one is likely better.
Got it, thank you!
NP!