#Hiren
1 messages · Page 1 of 1 (latest)
Hi there,
Are you having already an integration using Stirpe Subscription or you are asking for exploring Stripe Products ?
Yes, I have Integrated stripe in our product using no code.
Currently it is in developing phase.
I have used pricing table.
https://stripe.com/docs/payments/checkout/pricing-table#customer-email
Actually for pricing table, and AFAIK there is no support for existing customer
Okay, Is any other way to manage it with other way like no-code payment link generate?
I wouldn't say so, the no code options are necessarily designed for simple use cases, if you need more custom behaviour like authentication of the customer, you'd need to integrate more directly with our APIs and hosted surfaces.
the problem with API is I see only card option
I need all payment option available as well when I use API
the case is again simple it's jsut like AWS where a customer can simply subscribe to multiple services from platform
thats it
we absolutely support many different payment methods and not just cards. Not entirely sure I follow what you mean, what guide did you follow when attempting to use the API?
may be let me start over:
This is what I want:
We have a platform which provided 49 different services:
Some metered/ Some Monthly / some per seat bases
Now when a customer comes they can subscribe to any service they want and same for unsubscribe
we do not subscribe in single service
If you can guide me what is the best flow to do this it would be more better and less confusing
it should support all methods available on stripe
you'd define those options as Price objects on your Stripe account, build a website that shows those 49 options to prospective users, and when they select some, you call either our Checkout or Subscriptions APIs to pass the details of their selected Prices (https://stripe.com/docs/billing/subscriptions/build-subscriptions) and then process the payment through those integrations.
but they can subscribe to some after one month as well
with this achieve it?
I can try and get back to you
you'd want subscription schedules for that , I think. https://stripe.com/docs/billing/subscriptions/subscription-schedules/
let me do this and get back to you
Here, it is not showing any other products.
I have total 2 products.
make sure you have the ability to switch plans enabled on https://dashboard.stripe.com/test/settings/billing/portal and that your settings allow for plans to be selected.
etc
I have enabled switch plan options
but I'm not able to select any products
it shows not eligible - as you can see in the screenshot
that's a limitation as documented on https://stripe.com/docs/customer-management/get-started#limitations
If subscriptions use any of the following, customers can only cancel them in the portal (they can’t update such subscriptions):
...
Usage-based billing
(that's what the 'unit/month' plans are)