#Hiren

1 messages · Page 1 of 1 (latest)

keen forgeBOT
candid sigil
#

Hi there,
Are you having already an integration using Stirpe Subscription or you are asking for exploring Stripe Products ?

pliant yarrow
#

Yes, I have Integrated stripe in our product using no code.
Currently it is in developing phase.

candid sigil
#

Actually for pricing table, and AFAIK there is no support for existing customer

pliant yarrow
#

Okay, Is any other way to manage it with other way like no-code payment link generate?

rotund seal
#

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.

urban venture
#

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

rotund seal
#

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?

urban venture
#

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

rotund seal
#

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.

urban venture
#

but they can subscribe to some after one month as well

#

with this achieve it?

#

I can try and get back to you

urban venture
#

let me do this and get back to you

pliant yarrow
#

Here, it is not showing any other products.
I have total 2 products.

rotund seal
pliant yarrow
#

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

rotund seal