#AddictedGamer16
1 messages · Page 1 of 1 (latest)
I'm not sure what rev cat is. Is that a platform you own?
revenuecat, you may ignore steps 3 and 5
Alright. What's your question?
I am not sure how to do the step (2) programmatically.
without user manual input
@turbid kindle FYI
Step 2 just says "create monthly subscription". Do you need the specific API call to do that? Or do you need guidance on how subscriptions work?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How subscriptions work: https://stripe.com/docs/billing/subscriptions/overview
I think we’re mainly interested in how to create a customer/active subscription for an integration test, as if it had come from a checkout session
Revenuecat tracks things by checkout session id
So you want to test Checkout without using Checkout?
Yes 😄 just wondering if there is some kind of programmatic api that would let us do that