The system I have for a peer to peer car rental marketplace uses Stripe to onboard the hosts, this is a problem for me since in my market in Africa stripe does not work. I need to bypass the app using stripe for onboarding when a user wants to become a host. I can give access to the backend to see the system if anyone needs to see the functionality.
could you explain more how you’re using stripe. Giving access to the admin dashboard shouldn’t be an issue
Thank you for responding so fast. The template uses Stripe when a user wants to become a host, the system directs the user to stripe connect. Stripe onboards the user and on completion I assume send back a positive to proceed and allow user to list their cars. This is a very good system but unfortunately for my market stripe is not yet available. I can still use stripe to collect funds if need be but on the onboarding thats where I need to remove that functionality.
Sincerely
Nompilo.
So from what i understand. You don’t have a signup on your app. A new user is redirected to stripe where they can sign up and then you send the user’s information to bubble from the api.
What I believe would be a solution is that you need to sign the user up on your application where they can create an account and access certain features on your app. The paywall can help the user access paid features and If an admin grants access to the user the user should also be able to access paid features.
We have aLet me correct you on that. The app has two types of users since it is a marketplace. The first set of users are the regular users and these can signup on the app and it works very well. After they have signed up if they want to become hosts they now need to do a second signup and this process is being done by stripe. This is the part that is giving me headaches. To have appreciation of what I am saying please take a look at the template: https://car-2-go.bubbleapps.io go to become a host and then on getting started you will see it takes you to stripe connect. This is the part we need to find a way around.
This topic was automatically closed after 70 days. New replies are no longer allowed.