stripe-connect-rocketrides icon indicating copy to clipboard operation
stripe-connect-rocketrides copied to clipboard

Sample on-demand platform built on Stripe: Connect onboarding for pilots, iOS app for passengers to request rides.

Results 24 stripe-connect-rocketrides issues
Sort by recently updated
recently updated
newest added

Replacing the OAuth flow for Stripe onboarding with Account Links, which is the preferred method to authenticate with Stripe.

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

When I click "Create passenger ride", it does a POST to `https://rocketrides.io/pilots/rides`. The response has status 402 and the body is just "Payment Required". I'm not sure what's supposed to...

Since it's already supported and it would be nice to be able to demo-it

In `server/routes/pilots/stripe.js` there is a sample: ```javascript // 'stripe_user[street_address]': req.user.address || undefined, // 'stripe_user[city]': req.user.city || undefined, // 'stripe_user[zip]': req.user.postalCode || undefined, // 'stripe_user[state]': req.user.city || undefined, ``` The last...

In the pilot dashboard, if there's an available balance there's an extra dollar sign in front of the amount. Need to remove that hardcoded `$` on this line: https://github.com/stripe/stripe-connect-rocketrides/blob/master/server/views/dashboard.pug#L26

node and mongodb are installed successfully. node version is: % node --version v16.13.0 for the npi install, I receive: % npm install npm WARN old lockfile npm WARN old lockfile...

Thank you for the awesome project! I love this! Recently I had a request to build a platform with both cash and crypto payment options. I was wondering if you...

The documentation on the website is questionable at best and this sample code doesn't seem to map to the few pages of documentation. Is there anything else available? a video...

Steps to reproduce: - create account at rocketrides.io - configure test Stripe account with non-USD currency - click on 'Create passenger ride' button Outcome: - when I click on 'Create...