If this means customising the checkout page like I referenced in my message then I’d be very excited about it
Like if we can customise the modal with the embed too. I haven’t checked out their embed customisations much actually but know you can put in pricing tables
Hi guys, do you have any suggestions on this matter?
I've installed Memberstack in my Webflow website to create memberships. In Memberstack I've created a custom field called "client-id" and two paid plans. Is there any solution to collect the Memberstack custom field in the Stripe billing portal when a user wants to buy one of the plans?
Unfortunately, it's not possible to achieve this with our Stripe's default checkout.
One potential solution is to use Make.com. You can set up a workflow to monitor when a new paid member is created in Memberstack, and then use Stripe’s "Update a Member" module to pass the "client-id" as metadata. This will associate the client-id with the customer in Stripe, allowing you to access it later.
Alternatively, you could build a custom checkout flow that collects the "client-id" along with payment details, then send this information to Stripe when creating the subscription.
If you're comfortable with coding, you can also use Stripe's API to create subscriptions and include the custom field in the request.
Comments
6 comments
some what related 🙂
https://www.loom.com/share/0ae3b1590b4f4d6c8d14ff48f5688a0d?sid=4449129a-90ed-419d-9e7e-edb70ea4ca54
If this means customising the checkout page like I referenced in my message then I’d be very excited about it
Like if we can customise the modal with the embed too. I haven’t checked out their embed customisations much actually but know you can put in pricing tables
It seems like you didn't completely mention your concern here. Could you please explain in detail.
Hi guys, do you have any suggestions on this matter?
I've installed Memberstack in my Webflow website to create memberships. In Memberstack I've created a custom field called "client-id" and two paid plans. Is there any solution to collect the Memberstack custom field in the Stripe billing portal when a user wants to buy one of the plans?
Thank you!
Hi Biagio,
Unfortunately, it's not possible to achieve this with our Stripe's default checkout.
One potential solution is to use Make.com. You can set up a workflow to monitor when a new paid member is created in Memberstack, and then use Stripe’s "Update a Member" module to pass the "client-id" as metadata. This will associate the client-id with the customer in Stripe, allowing you to access it later.
Alternatively, you could build a custom checkout flow that collects the "client-id" along with payment details, then send this information to Stripe when creating the subscription.
If you're comfortable with coding, you can also use Stripe's API to create subscriptions and include the custom field in the request.
Thank you Chukwudi!
Please sign in to leave a comment.