[Wishlist] Memberstack support for pay-what-you-want pricing or flexible donation amounts Not planned
[This post was migrated from our old community roadmap]
1) The problem → My client wants to use Memberstack to charge for a "pay what you want" one-time membership or donation.
2) Why is this important → Pay what you want pricing is the expected pricing model for my industry/product.
3) What's your plan B → Use a tool like DonorBox or Gumroad for flexible pricing.
4) Possible solutions we could build for you →
A) A way to programmatically create a Stripe product that's not associated with any permissions.
B) A way to initiate a charge in Stripe. Like this other feature request
Comments
5 comments
Looks like Stripe released a way to do this 🎉
https://stripe.com/docs/payments/checkout/pay-what-you-want
We will need to work this into our roadmap before you can use it. I tried testing it, but got several errors.
Keywords: Pay what you can, pay want you want pricing, name your price, gumroad, choose a price, enter a price, custom price, etc
Duncan Hamra any updates on this feature, we wanted to implement a similar system on our customer portal for credits. Or if there is a way to pass through a custom amount to stripe some how? please advise.
There are no updates at this time. I very much hope will be able to add support for this feature in the future - but we have not yet.
Duncan Hamra Explore the demo site for a live preview.
To complete the setup, make sure to configure a Webhook using Make.com to handle the payment flow and backend logic by creating a scenario. And copy the webhook URL
Add Stripe → Create a Checkout Session module by connect your Stripe account and map the fields:
{{amount}}(from webhook){{email}}Add Webhook Response module:
{"url": "{{stripe.url}}"}Activate the scenario
Update Webflow Code: Replace the BACKEND_URL with your Make.com webhook URL:
You can use the following code to implement a pay-what-you-want pricing model or enable flexible donation amounts in Webflow.
Very cool! Thanks for sharing this Ramkumar T
Please sign in to leave a comment.