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
55
votes
5 answers

'No such token' error upon submitting payment request to Stripe

I'm setting up payments using the Stripe API to allow a user to log into their Stripe account on an iPad and accept payments from anyone. To do this, I'm using Stripe Connect to log them in and save their account id, then I'm using the…
Jordan H
  • 52,571
  • 37
  • 201
  • 351
18
votes
12 answers

Stripe fee calculation

Regarding Stripe fee calculation, is there is any way to get the Stripe fee according to the amount provided. We have to implement this in such away that, we have to pay x amount to one dealer and y amount to another. 1st case: Let say we have $100…
sher bahadur
  • 409
  • 1
  • 5
  • 7
17
votes
2 answers

Braintree Payment Transfer

I am developing a C2C portal where seller will post their product and others can buy it. I have planned to use Braintree for payment process. Now once the payment is completed system will take commission and it should transfer the rest to seller. I…
GoSmash
  • 1,096
  • 1
  • 11
  • 38
17
votes
2 answers

stripe api checking for existing card

I'm sure I'm missing something obvious here, but I can't get my head around how to check for an existing card against a customer. I'm using the stripe connect api within an laravel app to manage payments on behalf of others, and the basic process is…
taekni
  • 1,308
  • 3
  • 12
  • 20
14
votes
1 answer

What is CONNECTED_STRIPE_ACCOUNT_ID? How to get it from android platform?

I am working on Ride Sharing app and i choose Stripe as payment procedure. What happens in app that rider can tip to driver. For this i used this approach that, Rider will pay to the App's stripe account and then app will keep its percentage and…
Zeeshan Shabbir
  • 6,704
  • 4
  • 38
  • 74
14
votes
3 answers

Test for invoice_payment.failed event in stripe

I want to test for the invoice_payment.failed event web hook in stripe. I have set a web hook end point and tried to send test data from stripe but that does not work because the event id is non existent. There are a few solutions mentioned in…
jai
  • 391
  • 2
  • 6
  • 14
11
votes
7 answers

Must only use a test bank account number when making transfers or debits in test mode; request-id: req_8bwGXgBiv

I am facing a problem in giving our external bank details to create or update the account using the test account number and routing numbers, it says: Must only use a test bank account number when making transfers or debits in test mode; request-id:…
P.prasad
  • 111
  • 1
  • 1
  • 5
10
votes
1 answer

Stripe Connect in Ionic Cordova - Can't redirect back to application

Framework: Ionic Cordova API: Stripe Connect (allows users to send payments to each other). The registration process for getting payments is through Stripe Connects own external window. When registering for Stripe Connect it uses a Redirect URI,…
Rad
  • 830
  • 1
  • 12
  • 24
8
votes
4 answers

Stripe redirect_uri will not work

I have connected stripe standalone accounts to platform accounts before. In fact I did it a week back and it worked perfectly. But somehow this time it simply will not work even though I am following exactly the same procedure. I have set the…
jai
  • 391
  • 2
  • 6
  • 14
8
votes
2 answers

Get account ID of connected stripe account

When I run a test for connecting a user to accept payments through my application, I will need the account id to charge their account. Stripe\Token::create( array("customer" => CUSTOMER_ID, "card" => CARD_ID), array("stripe_account" =>…
Richard Testani
  • 1,474
  • 4
  • 15
  • 29
8
votes
3 answers

Possible to query a Stripe managed account's balance?

I've gone through the docs and haven't been able to spot a way to query balance info for Stripe managed accounts. Here's the use case: a 3rd party sets up a managed account through my Stripe Connect enabled platform; I create some charge objects on…
maxhs
  • 868
  • 2
  • 10
  • 14
7
votes
1 answer

Create stripe webhooks using API

Is it possible to create webhook in stripe account using API if we have client secret key of destination account?
Vinay Patil
  • 736
  • 6
  • 19
7
votes
1 answer

Is there is a step by step tutorial to work Stripe Connect?

I need to implement Stripe Connect for my company. Previously, I was following a Stripe guide by CodeCourse on YouTube. I'm a new developer, so step by step instruments really help. The documentation for Stripe Connect is slightly confusing and I…
Face Code
  • 203
  • 3
  • 12
7
votes
1 answer

Transactions via Stripe Connect

I am trying to setup the following with Stripe: A master account Multiple sub-accounts (i.e. connected to the Master account via Stripe Connect app) Enable payments to be made to a sub-account, with a percentage fee taken by the Master account…
Eamonn
  • 1,338
  • 2
  • 21
  • 53
7
votes
1 answer

How to know if user disconnected from my Stripe Connect app?

I can provide a disconnect option on my app, as described here: https://stripe.com/docs/connect/getting-started#revoked-access But if a user revokes access to my app through his account settings, how can I know about that?
Maxim Zubarev
  • 2,403
  • 2
  • 29
  • 48
1
2 3
23 24