#alexm
1 messages · Page 1 of 1 (latest)
Hi there, if you are using Stripe subscription, then the subscription is managed by Stripe and the recurring payments are performed automatically.
Got it, thank you. I have 1 more question that you can maybe help with. Unfortunately the way this plugin is created, it does not allow me to link the subscriptions to an existing product, but it just creates a new product for each new user. The naming convention for this seems to be plan_xxxxxxxxxxxxx with just a random array of letters. Is there a way to change this naming convention so that it is something that appears to the customer as something that looks professional?
Such as Subscription_ID_xxxxxxxxx or something
If you are using Plans API directly, you can specify a ID when creating a plan (https://stripe.com/docs/api/plans/create?lang=ruby#create_plan-id) however I'm not sure if the plugin that you are using allows you to specify the ID
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Got it, that's very helpful. thank you so much