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 tranfer amount not working

I'm using stripe connect api to transfer money to other bank accounts. I created managed account and assign bank to that account. Now I created transfer for that managed account. I'm getting this error : type: "invalid_request_error" message:…
Gowri
  • 1,832
  • 3
  • 29
  • 53
0
votes
2 answers

Stripe transfer amount to multiple bank accounts

I have a ruby on rails web app where I have some users and clients. I want to get amount from user via stripe and transfer some amount to my relevant client's bank account. How can I do that.
Asnad Atta
  • 3,855
  • 1
  • 32
  • 49
0
votes
1 answer

Stripe payment issue with "application fee"

I am facing following problem while doing stripe payment. Uncaught exception 'Stripe\Error\Authentication' with message 'Only Stripe Connect platforms can work with other accounts. If you specified a client_id parameter, make sure it's correct I…
Hemal Kachhadiya
  • 1,616
  • 2
  • 10
  • 7
0
votes
2 answers

Stripe: Send money to a Connected Account

I am building an application that allows (potentially anonymous) users to send money to a third-party. It is a requirement that the money go directly and not touch the app's account. Stripe's Connect platform seems to allow this, by the…
0
votes
1 answer

How to capture a parameter in an response url in Angular (Stripe Connect)

The first step in setting up Stripe Connect (standalone account) is to ask the user permission, thus connecting the user. This can be achieved by visting the…
WJA
  • 6,676
  • 16
  • 85
  • 152
0
votes
1 answer

Using Stripe Api with Swift IOS and Parse backend

Hi I am working an a IOS application with Swift and ran into some problems interrogated the Stripe API to accepts payments. I have been able to generate token from Stripe and using Swift but I am stuck on getting a tutorial or proper documentation…
menan
  • 195
  • 1
  • 1
  • 8
0
votes
2 answers

stripe callback redirecting http instead https uri

I'm using stripe connect on my website, and when a user in production tries to connect his stripe account to my web site, I have the following error in the stripe callback : { "error": "invalid_redirect_uri", "error_description": "Invalid…
Arthur H
  • 39
  • 5
0
votes
1 answer

"No such customer" when charging with Stripe

I was testing around with Stripe API and I couldn't get this basic 'marketplace' scenario to work. The scenario is a buyer buys from a seller, and the application has a fee. My setup: # Seller has already connected their account to the application…
rublex
  • 1,893
  • 5
  • 27
  • 45
0
votes
1 answer

Stripe Account Card Number

I have a Stripe's Platform and already have connected accounts.All I need to do is transfer money between connected user,that's why I already made a Stripe's Connection.My question is: If the user is already connected to my platform, does he/she…
Hazarapet Tunanyan
  • 2,809
  • 26
  • 30
0
votes
1 answer

Stripe Connection Payment with PayumStripeBundle

I have a Stripe account which already has a platform.It's already done with OAuth and the Api returns me access_token etc.My question is.Payum bundle makes payment with stripe.js or stripe checkout but payment with Stripe's Platform is different.How…
Hazarapet Tunanyan
  • 2,809
  • 26
  • 30
0
votes
1 answer

How to convert this cURL request from the Stripe API to an httpRequest from the Parse javascript API

As always, thanks in advance. You're all awesome, just for reading this. I use Parse as my backend, and am using Stripe as my payment API. Parse has some stripe integration, but not the full API, so to access parts of the API that aren't built in…
Jake T.
  • 4,308
  • 2
  • 20
  • 48
0
votes
2 answers

correct way to use Stripe's stripe_account header from oauth with meteor

I'm trying to build a platform based on Meteor that uses Stripe Connect. I want to use the "preferred" authentication method from Stripe (Authentication via the Stripe-Account header, https://stripe.com/docs/connect/authentication) so that I can…
0
votes
1 answer

Rails serialize not storing correctly

I am setting up stripe connect with the example from https://github.com/rfunduk/rails-stripe-connect-example and am running into a problem using serialize to store stripe_account_status which should be stored as an array. This is how it should be…
0
votes
1 answer

How to dynamically select which client ID to use when authenticating to Stripe (OAuth2) using python-social-auth

I need my users to have a test mode / live mode switch, exactly like Stripe has on its dashboard. I'm using python-social-auth to authenticate the user with Stripe, using a custom pipeline step to retrieve the access token and publishable key, and…
0
votes
1 answer

Save stripe customer details for a project

I am working on a project where I have integrated stripe connect which is working fine, but now the problem is how I can check that returned details on redirect url are for a specific project. Projects functions as follows. 1.Registered users add…
Vikram
  • 3,171
  • 7
  • 37
  • 67
1 2 3
23
24