#jose-topup
1 messages · Page 1 of 1 (latest)
Hi there, you can topup your platform account and make transfer to the connected account
Or you can make charges on the connected account direclty.
topup is only for US account I think
I'm using EU
All I want to test is a fake transfer to bank account
yes, topup is only available for US platforms
In this case, you can add funds by making charges to the connected account
I tried, but all the money goes to available soon
I have another Stripe accounts and this is the first time I can't get available money to payout... I think could be any restriction because the main account is not mine, and I was invited to it.
yup, you need to wait for a while for the funds to be availbale for payout
According to the doc, If you set schedule to manual, You don't have to wait (I was waiting for 5 days)
I'm reading this (don't know If I can apply to my problem): Only team members with administrator access to the platform Stripe account and two-factor authentication enabled can add funds.
I'm gonna try with a new Stripe account with admin priviledges for me. Thanks, Jack.
Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details
is this the connected account ID?
Is the Stripe connected account ID which I have developer role
I can see two payouts on acct_1FOUzRDmWHGfiKCS, one on 2 Mar and the other on 4 Mar, you can visit https://dashboard.stripe.com/payouts to verify.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Was made long time ago in live mode. I want to do it in test mode with my current role. Is that possible?
Yes, and there are many payouts in test mode as well. https://dashboard.stripe.com/test/payouts
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ok, that's not the droid I'm looking for 😜... Try the next connect account: acct_1KmBFfRXGP8Z1szk
Ok, so you can make payouts in this account, but you can do the same in acct_1KmBFfRXGP8Z1szk ?
Didn't try from the first one, I want to do the same in this latest account, but I can't as you can see in the first screenshot due I don't have funds available to pay out, or I can't add funds to be available to make a transfer
Look:
curl https://api.stripe.com/v1/payouts \
-u sk_test_XXXXX: \
-H "Stripe-Account: acct_1KmBFfRXGP8Z1szk" \
-d "amount"=100 \
-d "currency"="eur" \
-d "method"="standard"
{
"error": {
"code": "balance_insufficient",
"doc_url": "https://stripe.com/docs/error-codes/balance-insufficient",
"message": "You have insufficient funds in your Stripe account for this transfer. Your card balance is too low. You can use the /v1/balance endpoint to view your Stripe balance (for more details, see stripe.com/docs/api#balance).",
"type": "invalid_request_error"
}
}
can you send me the request ID?
req_rTmVCUESaQGQIe
your balance is low at this moment and that's why this API request fails
Yess, so let's begin... How can I add balance?
Hmm, I thought we have discussed this ?
you can add funds by making charges to the connected account
All money I get making charges are not available to payout and I don't know why
Again, you need to wait for while until the funds become available.
And I can see there were a few successful payouts under this account as well
It was made through the Dashboard, not the API., and I was waiting for 5 days (even schedule to pay out is set to manual)
po_1KnBvJDmWHGfiKCSGuZPt8ty this payout was initiated on 11 Apr
I just made a charge ch_3KnHr8RXGP8Z1szk1CyXV8tx. I'm going to wait 5 days more to make a payout and tell you
I'd suggest to make a bigger amount so that it can cover the disputes and refunds
ok, done ch_3KnHulRXGP8Z1szk1L2eGVJT .. Thanks for your patience and your time, Jack.
Don't metion!