#krishnavcse-transfer
1 messages · Page 1 of 1 (latest)
First you need to make sure the connected account is set properly
paste the account id into your Dashboard search bar
For transfering, it's simply to use Transfer API
its giving error could not load the connected account
Sounds like the connected account issue
Is it a test account? Did you use the test information?
yes
but i used test data
but i need to test it throughly no
without that how can i use production information
what is paymentIntent
Can you give the account id? acct_xxx
That's OAuth flow which is old and legacy. Why don't you use the newer Account Link?
Follow this guide: https://stripe.com/docs/connect/express-accounts
tell me how do i transfer the fund to him now
👋 Taking over from Orakaro, catching up now
lets say, if some one has already one account, then how do i onboard him
through this way
With this doc, you as a platform will:
- Create an Express connected account
- Use
/v1/account_linksto create an onboarding link - Send onboarding link to the connected account holder to complete the onboarding flow
ok
how do i revoke the access
how do i transfer him the funds
i want to do all those automated
not manually
how do i revoke the access
You can reject the account: https://stripe.com/docs/api/account/reject
how do i transfer him the funds
You'll create a charge first, then transfer to connected account upon successful payment: https://stripe.com/docs/connect/charges-transfers
if i reject that account then how do i accept him later
"message": "No such destination: '{{acct_1LLKY7LnYHXp3SfS}}'",
how do i pass account id correctly
are you there
The discord is busy at the moment! I'm looking into it now
ok
Can you share the request ID req_xxx that threw this error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Yes, I'm checking your accounts
ok
Your platform account country is Australia and connected account is US. Cross border payout is only eligible for platform in US: https://stripe.com/docs/connect/cross-border-payouts
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
if my test account is of australia then
can i do the payment
transfer in australia
Yes, you can
In /v1/accounts creation, you can set the country field to AU in the country field: https://stripe.com/docs/api/accounts/create#create_account-country
The create the onboarding link and fill up test verification data from here:
https://stripe.com/docs/connect/testing
You can use the test cards that bypass pending balance to make balance available immediate, so that you'll have sufficient balance to transfer: https://stripe.com/docs/testing#available-balance
i just want to deboard that account
i dont want to reject him
later i should be able to onboard that account using API
why do you want to offboard that account?
incase if that seller dont want to sell with my platform
so, i need to offboard him
later in future i should be able to onboard him
are u there
You can offboard him in our own system, i.e. not processing any payment for the seller
yaa but incase he wants to change his account
then should i onboard him multiple times
are you there
nope, you shouldn't have to
if the seller decides not to use the platform, you can leave the connected account there and not use it
if he's back, then you can re-use that connected account, so that you don't have to onboard him again
ok
so this "offboard" logic is controlled at your end
yaa but that is not offboard ok
Stripe doesn't have temporary offboard. From your use case, it seems the connected account is just paused for usage
how can we pause the connected account
using API
you mean pause payout
are you there
Stripe doesn't pause a connected account. Once it's onboarded, it'll be ready to use. However, you as a platform, can choose not to perform any action such as payment on the connected account