#sarox85
1 messages · Page 1 of 1 (latest)
Yup! What have you tried so far?
Please do not post your secret key to this chat. It's a public thread and anyone who has access to your secret API key can use it.
I would recommend rolling your API key immediately: https://stripe.com/docs/keys#rolling-keys
I wouldn't recommend posting that either, unless you want trolls to blow up your account for fun. Just redact it when you post code
ahahaha ok thanks
I would focus on building a simple subscription integration first, then work on migrating it to a Connect Account's payment flow for direct charges. Once you have the integration up and running, it's pretty simple to make the requests on behalf of your connect accounts, so that's why I recommend building the subscriptions integration first: https://stripe.com/docs/billing/subscriptions/build-subscriptions
I don't understand what you're asking. Can you be more explicit please?
sure, I need set a limit of subscription, on month, 1 year, etc
not data of rebilling
I still don't understand
What specifically are you trying to set it to? That field only tells the subscription when to start and stop. It doesn't change the billing cycle or the interval
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
work thanks