#play-connect

1 messages · Page 1 of 1 (latest)

bold fossil
#

hi there! can you explain more on it still creates an account on the Rocket Rides backend and saves to database without an associated Stripe ID. - what / whose database are we referring to here?

gusty fjord
#

The mongodb database

#

I'm running the demo locally with test API keys

bold fossil
#

if you're following a guide, can you share the link to it?

gusty fjord
#

Sure thing. It's Stripe's demo. I'll grab the github link

bold fossil
#

gimme a while, i'm looking at the sample to see how it works right now

gusty fjord
#

Np. Thx for the help

#

That's the platform's balance with the option to payout the platform's balance.

bold fossil
#

when you say if you create an account and skip the account onboarding - do you mean you just close the page midway through filling up the form?

gusty fjord
#

Sure. And go straight to /pilots/dashboard

#

Finish the account creation with Rocket Rides, don't finish (or even start) Stripe Express onboarding

bold fossil
#

actually i can't replicate it

gusty fjord
#

Whaa...I can do it again with a new account on rocketrides.io right now.

bold fossil
#

so what i did is

  1. click on sign up, fill up the email and password
  2. stop at this point
  3. login with the email and password which i previously provided
  4. i'm logged in to the connected account on the rocketrides page
gusty fjord
#

Just replicated it

bold fossil
#

you mentioned that ^ is the platform balance? Why do you think so?

gusty fjord
#

Because of seeing it run locally with my Stripe platform account on test mode

#

Try exiting out right at the beginning of the Express onboarding flow

#

Finish the whole Rocket rides account creation step

bold fossil
#

alright, gimme a couple of seconds

gusty fjord
#

Sure thing

bold fossil
#

ah okay i see what you mean now

#

I'll pass on the feedback about this issue, but in the meantime, you may want to add in the necessary checks/verifications to prevent this from happening

gusty fjord
#
router.get('/', (req, res, next) => {
  res.status(200).json({
    stripe_publishable_key: config.stripe.publishableKey,
  });
});

module.exports = router;

I guess this is why it has the platform Stripe ID by default

#

In settings.js