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 payment error : Invalid string id

I am getting below error when I create a Stripe Charge Invalid string id: {"number"=>"401288******1881", "exp_month"=>"02", "exp_year"=>"2015", "cvc"=>"***", "name"=>"Tahir Yasin", "address_line1"=>"lorem ipsum dolar", "address_line2"=>"lorem…
Tahir Yasin
  • 11,489
  • 5
  • 42
  • 59
-1
votes
1 answer

stripe card-element not showing in production ruby

I'm using stripe for the payment method it was working perfectly in development put when I deployed to productions using Elastic Beanstalk aws the card-element form where the user enter credit card not showing. it suppose to look like this but in…
-1
votes
1 answer

Stripe Connect Python

Trying to clean this question up a little, everything works in the stripe connect callback function and I can save stripe user id againt my user, Id like to save the stripe user id againt a related profile model but not sure how to get that model…
Lee
  • 87
  • 11
-1
votes
1 answer

Stripe standard connect account with rails - How to apply discounts?

I have set up a standard connected account but cannot find the documentation to do the following on my platform with my buyers and sellers: If an item cost $20 and the customer has a $5 credit given by me(the platform provider), the customer will…
-1
votes
1 answer

Cannot Return JSON from login_link api Stripe Ruby on Rails Server

I have a functioning Ruby on Rails server which is being used to handle Stripe account creation, payments, and express (connect) account management. The api says the the login_links.create api should return a JSON, however I receive the error…
John Harding II
  • 564
  • 1
  • 6
  • 20
-1
votes
2 answers

Stripe - "Add a bank account" not displaying any other currency

Under "Customers" > "Bank accounts" it only shows USD for currency: SCREENSHOT Is this a bug or does it only support USD?
Usman
  • 11
  • 2
-1
votes
2 answers

Stripe landing page setting not working

I'm currently taking an online course to make an airbnb like web application with ruby on rails. It utilizes Stripe for the payment and I want to make the landing page from my app to the Stripe a register page instead of a login page. I'm…
ymatt
  • 27
  • 1
  • 1
  • 7
-1
votes
1 answer

Moving money between users

Need your help figuring out this. I am trying to achieve the following: Scenario: My app charges User A $10 My app takes $0.20 from $10. My app credits User B with $9.80-(any payment gateway charges) So basically my app is moving money from User…
Murali Bala
  • 1,133
  • 2
  • 18
  • 28
-1
votes
1 answer

stripe connect with three different account php

I am trying to stripe connect payment with three different account.but i can't get success so if any one have knowledge of that please share so i can implement it. Example=customer1 want to give $100 the money to customer2 and customer3 (application…
Ujjaval
  • 447
  • 5
  • 10
-2
votes
1 answer

How to use parse to charge money from Customers account using Stirpe

I am developing for iOS app.And I have to implement some in-App-Purchases. I Have generated the token. Now I have to charge from clients account. And I want to do it via Parse. Is there any way by which i can achieve this ??
-3
votes
1 answer

stripe create account and charge a card

Trying to work with Stripe to create an account, charge a card, and sign up for a subscription which will start 15-30 days later. What I want to do is: 1) Collect up front the use infomation (email, address, first/last name, card info, etc) which…
tpage
  • 123
  • 2
  • 8
-3
votes
1 answer

Connect Account with Stripe

How can I connect an account with Stripe as Developer ? I found that connect needs express account. Express account need US address.
abu abu
  • 6,599
  • 19
  • 74
  • 131
-3
votes
1 answer

How can I use stripe as periodic subscription within Swift iOS app for user to access specific content?

I am building an iOS app with swift 4 and I'm trying to use the stripe paid monthly subscription for users to pay periodically in order to access the content within the app, and if they cancel subscriptions they will no longer be able to access…
Manley
  • 5
  • 3
-3
votes
1 answer

How can put a dispute over Stripe transaction

Is there any api in stripe so that customers can generate a dispute. I see a submit evidence api : stripe.disputes.update("dp_17sGETLpSdVJN1iVw8BHvseP", { evidence: { customer_email_address: 'email@example.com', …
SohanLal Saini
  • 408
  • 1
  • 3
  • 13
1 2 3
23
24