Questions tagged [stripe-connect]

Connect makes it easy for you to interact with other Stripe accounts. As a platform, you can use Connect to spin up accounts and enable payments for your sellers with as much custom control over the experience as you’d like.

From https://stripe.com/docs/connect:

Stripe Connect is for accepting money on behalf of others, and gaining access to their data. This functionality is available in every country Stripe supports.

You might use Connect if you:

  • Are building a platform that enables e-commerce, as Squarespace or Shopify do.
  • Need to easily accept payments and pay out your service providers, like Lyft with its drivers or Handy with its workers. (You can even create Stripe accounts for your users, so they only ever interact with your platform.)
  • Want to tap into your users’ data to provide analytics or any other business insights. Baremetrics is a good example of a service that does this.

In general, if you’re building a platform or marketplace that needs to pay third-parties or building applications that help Stripe users do more with their account or their data, Connect is likely the right solution for you.

359 questions
0
votes
1 answer

Stripe Connect is functional with Old Stripe api versions?

Dose 'Stripe connect' is functional with Stripe API version 1.18.0 ?
Adi
  • 1
  • 2
0
votes
1 answer

django-allauth redirect url says "Login Failure" with Stripe OAuth

Using django-allauth to authenticate user with Stripe Connect. Seems to connect to Stripe and allow for login, but when returned to my website it renders an allauth error template which says: An error occurred while attempting to login via your…
0
votes
1 answer

Stripe: stripe don't have attribute "Charge"

I have this: return stripe.Charge.create( amount=amount, currency=currency, source=source, # obtained with Stripe.js description=description ) and the answers is that: File…
Pablo Alejandro
  • 591
  • 2
  • 10
  • 19
0
votes
1 answer

wordpress user metadata not saving

I'm using the strip connect api with wordpress, and I've managed to set up the flow to connect a user, and get their access token and userid. However, I need to save this in a way that's connected to the wordpress user, as I need to be able to come…
Eli
  • 1
0
votes
2 answers

Stripe OAuth - redirect URL = "No route matches [GET] "/oauth/callback"

Having some trouble with my redirect URL for Stripe Connect when hosted on Heroku. Running locally, it all works as expected, users connect with OAuth, with their publishable key save to the database, and then proceeding as normal through the…
0
votes
1 answer

Can I use test token in Stripe Connect to create test charge?

My PHP application is using Stripe. People sell their products on my platform and I'm getting my fee from it. I already have a link that makes it possible for users to connect their Stripe accounts to my platform. I get authentication code and then…
Robo Robok
  • 21,132
  • 17
  • 68
  • 126
0
votes
1 answer

SSL issue with oauth ruby on rails

I'm attempting to use an oauth library so I can work with stripe connect. https://github.com/intridea/oauth2 is the gem I am using. However whenever I actually attempt to use it like so: @resp = client.auth_code.get_token(code, :params => {:scope…
user3298823
  • 302
  • 2
  • 17
0
votes
1 answer

Stripe checkout embedded form response

I am use stripe embedded form for checkout