#dep-paymentlink-graduated

1 messages · Page 1 of 1 (latest)

hazy falconBOT
shut sleet
#

dep-paymentlink-graduated

#

@crystal plover have you tried? Is it not working?

crystal plover
#

oh tiered

#

I guess I meant tiered

#

Basically what I want is to include a number of requests in a plan, and then additional requests at additional pricing, I was reading the docs about it

shut sleet
crystal plover
shut sleet
#

You can try Stripe Checkout for example

crystal plover
#

Also... since plan management isn't available via stripe interface, I am guessing I can use api calls to remove cards, cancel the plan, for the costumer right?

shut sleet
#

there's a pre-built UI for Customer/Subscription management

crystal plover
shut sleet
#

that's one way. Mostly usually you have your own integration/user account, you have your own login/password + customer id and you map that to a Stripe Customer id cus_123.

crystal plover
#

So that it can be registered on stripe api but inactive until said user choses to activate their plan

shut sleet
#

yes and no. You're misunderstanding the API/products overall right now.