stripe-connect Questions
5
Solved
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 followi...
Coma asked 27/4, 2017 at 6:29
4
Solved
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 ex...
Frederiksen asked 10/6, 2016 at 5:9
7
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 whe...
Scheme asked 10/6, 2016 at 6:41
3
Solved
How to transfer Charged Amount from one connected Stripe Account to Another Connected Stripe Account
Is it possible to transfer an amount from one Connected-Account to another Connected-Account? both are connected under one Stripe account.
I know i can split the transfer between both accounts like...
Chuppah asked 24/7, 2017 at 7:33
12
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 ...
Vera asked 28/4, 2016 at 6:53
2
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 comm...
Might asked 16/5, 2018 at 11:2
2
Solved
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 p...
Apprehend asked 23/3, 2015 at 23:20
2
Solved
I am using stripe gem and I am trying to add a credit card with the following code as the documentation suggests:
Stripe::Token.create(
:card => {
:number => "4242424242424242",
:exp_mont...
Analisaanalise asked 26/1, 2016 at 15:31
2
Stripe connect accounts are configurable to coalesce payouts in a regular payout schedule, e.g. for monthly payouts in our case. For these monthly payouts we need to explain the account owners whic...
Higginbotham asked 19/9, 2017 at 9:12
1
Solved
I am working on create payout, while run the code i am getting error
Sorry, you don't have any external accounts in that currency (usd)
first i am creating the customer, and then i am creating ...
Physics asked 19/1, 2018 at 5:52
4
Solved
I am trying to setup Stripe Connect and need to
charge the buyer by creating a customer first,
then generate a token and finally
charge the customer with this token.
This works fine as long a...
Dystopia asked 9/4, 2016 at 17:15
1
Solved
I am building a website for event planners where vendor register there services and consumer book there services. Consumers can select multiple vendors for their events. I have to get payment from ...
Lien asked 1/12, 2016 at 7:54
1
Solved
How to disable or hide email in checkout.js in Stripe Payment
onStripeUpdate(e) {
this.stripehandler.open({
name: "",
description: "",
panelLabel: "Pay {{amount}}",
allowRememberMe: false,
e...
Gobbledegook asked 15/3, 2017 at 6:22
3
Solved
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 Connec...
Lunular asked 18/9, 2015 at 15:14
2
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, "ca...
Cullan asked 15/2, 2016 at 1:13
1
Solved
Is it possible to create webhook in stripe account using API if we have client secret key of destination account?
Nigh asked 24/1, 2017 at 5:36
1
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 regi...
Farreaching asked 22/4, 2016 at 14:27
1
Solved
I'm trying to check the user entered cvc code. I have stored stripe customer_id and the stripe card_id. I want to verify the CVC code before charging the user.
Below are code for creating charge.
...
Presentday asked 12/9, 2016 at 10:42
1
Solved
Trying to used managed accounts for payouts. Basically a user is charged and the money is sent to the managed account instead of the platform account. I am using "sharing customers" I am using the ...
Gamosepalous asked 11/9, 2016 at 0:24
2
Solved
I'm very new to iOS developing, so any help is appreciated!
So I basically installed Cocoapods, installed pod Stripe and basically had issues going forward. I ended up deleting the files for my pr...
Utgardloki asked 24/8, 2016 at 2:4
1
Solved
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 a...
Eileen asked 9/8, 2016 at 12:9
1
Solved
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 docum...
Pageboy asked 16/7, 2016 at 19:16
1
Solved
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,...
Wildermuth asked 12/3, 2015 at 13:2
1
Solved
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, ...
Goar asked 1/2, 2015 at 13:54
1
© 2022 - 2025 — McMap. All rights reserved.