#ShipX

1 messages · Page 1 of 1 (latest)

harsh ivyBOT
rough mortar
#

HI
what is your ask ?

ornate jacinth
#

so i want to send available balance to specific stripe bank connect
for that i am using payout api
but it throwing an error like no such bank acount

#

const payout = await stripe.payouts.create({
amount: amount * 100,
currency: "cad",
destination: account.external_accounts?.data[0].id,
source_type: "bank_account",
});

rough mortar
ornate jacinth
#

req_sSkyd7dZPqKrY9

rough mortar
ornate jacinth
#

so this will transfer money from stripe balance to stripe connected account
right?

rough mortar
#

This will transfer the funds from the Connected Account balance to the Connected Account external bank account.

#

If you want to transfer funds from your platform account balance to the connected account balance try doing a transfer first.

ornate jacinth
#

money is adding into the future payment
money is still not in the bank account

rough mortar
#

I don't understand what you want to achieve from the code you shared, why you are creating a Charge then a transfer then a PaymentIntent ?

ornate jacinth
#

no i do not implement destination charge
i want to make payment from user A 's card and want to send that money to user B to bank account
if stripe balance is available

rough mortar
#

i want to make from user A 's card and want to send that money to user B to bank account
Well, this is a destination charge. User B is a connected Account to your platform account.

ornate jacinth
#

okk

#

so once i send money then it will be straight away available

#

?

rough mortar
#

after the payout is successful, yeah.

#

What part you didn't understand, why not asking here ?

ornate jacinth
#

i am using payout api to transfer available funds from stripe account to stripe connected accounted

rough mortar
#

If you keep opening new threads while you have already ongoing threads, you'll subject for being banned from this channel.

rough mortar
ornate jacinth
#

so why is it throwing error like no such external account

#

because i having this external account id ba_1N5kc4DHiRwFLagc396DbLGO
but it throws an error like that

rough mortar
#

what part of this answer you don't understand ?

ornate jacinth
#

can you share something regarding this account acct_1MsVdYDqiInJXIaH?
i am not able to find this account

sweet pike
#

👋 taking over for my colleague. Let me catch up.

ornate jacinth
#

yes

#

i am using payout api to transfer available funds from stripe account to stripe connected accounted

#

but i am getting an error like no such external account

#

so i am not understanding that why that error showing

#

i just want to send available funds to stripe connected bank account instantly

sweet pike
ornate jacinth
#

yeah ok but if i send the money it goes to the future payout even though i have more than enough funds in stripe balance
it is not being added into the stripe connect bank account

sweet pike
#

would you mind sharing the request ID where you're doing the transfer?

ornate jacinth
#

req_Oz2tNISSaEAD7r

#

as you can see in this screenshot, money is future payout but i want to add money to the transit
how can i do that

sweet pike
#

do you have the request ID for the payout?

ornate jacinth
#

no

sweet pike
#

did you create a payout for the connected account?

ornate jacinth
#

yes

sweet pike
#

what's the payout ID?

ornate jacinth
#

pi_3N5oRYDHiRwFLagc0oCczCtd

sweet pike
#

that's a Payment Intent

#

the Payout ID looks like po_xxx

ornate jacinth
#

i will check and get back to you later

sweet pike
#

ok sure thing

harsh ivyBOT
wanton violet
#

Hi! I'm taking over my colleague. Please, let me know if you have any other questions.

ornate jacinth
#

i think problem is solved you can close this thrad