#bestiole-subscription-dynamic
1 messages · Page 1 of 1 (latest)
bestiole-subscription-dynamic
@pulsar wasp How are you integrating Stripe right now? We have a lot of different paths via different products so if you could explain that part first I can then guide you
I create a link on our association’s website and customers are redirected to the Stripe payment page
Sorry this is still quite vague and could mean numerous different things. What does "I create a link" mean? What exactly are you/your code doing? Using PaymentLink? Checkout? PricingTable?
Only paymentLink
I just want to know how to set up a recurring payment or the customer chooses the amount himself
So when you say "paymentLink" you mean that you go in the Dashboard and create a PaymentLink here https://dashboard.stripe.com/payment-links? Just to make sure we talk about the same thing
If so that's unfortunately not possible today, we don't supper "pay what you want" for recurring payments
I just went through their payment page and they don't do what you are doing at all though.
1/ they don't use PaymentLinks at all, they have integrated Checkout themselves directly
2/ they don't start a Subscription in Checkout, they just collect card details in mode: 'setup'
3/ they built their own entire UI for asking how much to donate and then they built their whole code for starting the Subscription
You can do the same if you're an experienced developerfor sure, just you can't do it with PaymentLinks with a few clicks in the Dashboard
Do you know any Stripe experts? Who could do it I would pay of course