Congratulations on your amazing weweb platform. 👍 Thanks for the tutorial, it’s great. Do you have connectors or tutorials for stripe connect or Mangopay for a marketplace? If not, is it planned soon? 😀
@weweb Жыл бұрын
I'm adding Stripe Connect to our list of future tutorials. But I checked their API, it's mostly the same logic as what you saw during this videos. So by following their docs you should be able to setup marketplace payments pretty easily. If not, please ping us on community.weweb.io ;)
@thaigrowthexpert9 ай бұрын
May I know what program you use to present screen zoom and yourself please :)
@ayushjhabak83679 ай бұрын
how to use stripe plugin ? i am facing errors , trying to solve from a week ?
@weweb9 ай бұрын
Hey there, if you haven't already, I would recommend watching the full mini-course that will explain the difference between using Stripe checkout (the present video) or the WeWeb Stripe plugin: academy.weweb.io/intro-to-stripe/ If you get stuck, don't hesitate to create a topic in the community to share screenshots or a short video of what you've done so far, what you're trying to achieve and where you're stuck: community.weweb.io/
@tezeroman Жыл бұрын
How would you add T-shirt size and quantity choice option in this method?
@weweb Жыл бұрын
Hey, Many options here. You can either send this info as metadata to the checkout page: support.stripe.com/questions/using-metadata-with-checkout-sessions Or, create different products for each t-shirt's size (Green M, Green L, etc) and then redirecting to the proper product by chaning the link on the button binding. For the quantity, this is a configurable option on the payment link's options that you can let the user change on the checkout page.