#cw

1 messages · Page 1 of 1 (latest)

tacit stormBOT
honest python
fleet fulcrum
#

And they can’t EDIT a payment right? That’s not legal technically lol

honest python
fleet fulcrum
honest python
#

If it is your own page, you can define what they can edit.

fleet fulcrum
#

For example if I have a card ending in 4242 can I edit that card? Or do I have to remove and enter details again from new

fleet fulcrum
honest python
#

If you want them to add a new card, that would be a matter of making a setup intent and confirming it

fleet fulcrum
honest python
#

This would just be changing the payment method they are paying with going forward. Pretty common functionality for webpages, not aware of anywhere where that is illegal but you can reach out to our support team for direction in your country if you have any regulatory questions https://support.stripe.com/?contact=true

fleet fulcrum
#

Thanks I will just in case

#

From this convo it seems relatively easy to get this membership customization page setup. Trying to think of any possible hurdles one minute

#

Last question:
I’m offering a referral program. When you reach a certain number of referrals, your membership is free unless someone cancels.

#

For example. 10 referrals is a free membership. 9 is 90% off. 8 is 80% off. 1 is 10% off. So on. If someone cancels you drop by 1.

#

What’s the best way to do this? With coupons?

#

Or do I make new products?

#

I’m trying to figure out if I should use coupons or just a whole new product for each tier. But that could get messy.

honest python
#

Coupons could probably help you do this the most straightforwardly. You could make ten coupons, 10% off, 20% off, etc and just apply the appropriate one as their number of active referrals changes

#

You'd set the duration of these coupons to "forever" which just means they get the discount as long as it is on the subscription

fleet fulcrum
#

That makes sense. Thanks a lot Pompey