#tacologist.
1 messages · Page 1 of 1 (latest)
Happy to help. Is there a specific aspect of this that you are getting stuck on? You can use any of our one time payment flows for that upfront payment (I guess except for Invoices, which require a Customer)
Like are you trying to figure out the one-time payment? The subscription later? Both?
I guess both a little bit, but mostly the one time payment
You can use any of the flows on this page basically https://stripe.com/docs/payments/accept-a-payment
They all take payment without creating a Customer object
I think Checkout creates a Guest Customer, but that is for displaying payment details on the page more than it is for recurring payments
For creating the subscription, you can create a subscription with a 100% discount on the first month, will find docs on that
Oh sorry I do have that sorted out
I created a trial subscription and works good
It was the payment that I wasn't sure. So when I create one time payments, what's the easiest way to mark it as redeemed or not redeemed yet? Can I add metadata to a payment?
Yes, you can add it to most Stripe objects. So you can set it initially when you create the intent and update it as appropriate after https://stripe.com/docs/api/metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.