#ShipX
1 messages · Page 1 of 1 (latest)
👋 How can I help?
yes thank you first of all
so i want to transfer money to card to stripe connect account
so i have used two apis 1. is stripe.charges and then transfer money but i am not able to transfer the money
it throws an error like insufficient funds
Can you share the request ID (req_xxx) where you faced the error with insufficient funds? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_GuFdKmX7g9eZ6K
When you use normal test card, the funds will be in pending balance. I'd recommend using bypass pending balance test card here, so that the funds will be available immediately to test transfer: https://stripe.com/docs/testing#available-balance
but lets's say if i make this live
someone will pay money from their real card
so will it be added into the pending or straight away payout?
It will be added into pending
I'm afraid that's not possible.
Alternatively, you can set source_transaction in the transfers API, so that the fund will be transferred automatically once the source payment funds become available: https://stripe.com/docs/connect/charges-transfers#transfer-availability
okk how much time will it take to be available?
You may refer to the payout speed of different countries in this page: https://stripe.com/docs/payouts#standard-payout-timing
ok
is there any other way i can transfer money from card to stripe account directly?
Top up to your Stripe platform account is only available in US: https://stripe.com/docs/connect/top-ups
If your account is not from US, then it won't be possible
ok