#surya_06050

1 messages ยท Page 1 of 1 (latest)

prime scaffoldBOT
scarlet owl
#

Hi There

fast rampart
#

Hello ๐Ÿ‘‹

scarlet owl
#

want that the one payment made by your customer will be transferred to multiple connected accounts

fast rampart
#

Yep that is the flow for splitting payments like that

#

Are you stuck on part of that flow?

scarlet owl
#

that account I Have Not Received Pending Amount How to Available the Amount are showing
Lifetime total volume $22.00 USD
Not showing
Total balance
$0.00 USD
Future payouts
$0.00 USD...

#

connect account Id acct_1NqZQsRUVYpGc1TH

#

const balance = await stripe.balance.retrieve({
stripeAccount: 'acct_1NqZQsRUVYpGc1TH',
}) Balance Checked

response are
{
object: 'balance',
available: [ { amount: 0, currency: 'usd', source_types: [Object] } ],
instant_available: [ { amount: 0, currency: 'usd', source_types: [Object] } ],
livemode: false,
pending: [ { amount: 0, currency: 'usd', source_types: [Object] } ]
}

fast rampart
#

Do you have the ID of the transfer(s) that you made to that account?

#

Oh and do you know if the funds landed or if they are still pending in general?

scarlet owl
#

yes What to do !!

fast rampart
#

Can you send me the ID of that transfer? (tr_1234)

scarlet owl
#

okay I Will send

#

tr_1NqZSsD8sIpXeskQjOSL9HIL

#

are you there

fast rampart
#

I am but the server is busy so there will be time between responses

scarlet owl
#

hmm okay Please Update

fast rampart
#

It looks like the funds should be available by now

#

Looking further...

scarlet owl
#

check the Link

fast rampart
#

I'm going to have to pull in a colleague for this. I see the transaction and that the test funds have landed but I am not seeing them on either account

#

It looks like you are debiting the account for the amount that you are sending to them before you send them the money

#

So it zeroes out

#

Try this again but without the debit first

scarlet owl
#

Which method I will use in API ?

fast rampart
#

Not sure what you mean by that

#

Taking a step back

#

You will just want to do these steps from your flow:

  1. Create a PaymentIntent
#
  1. Confirm the PaymentIntent
#
  1. Transfer captured funds to your connected account
#

I think that can help you see what the process looks like in general

scarlet owl
#

2 min I Will reply

#

After confirm the PaymentIntent, which method is suitable for transfer the amount to our multiple connected accounts

#

@fast rampart

fast rampart
#

Not quite sure what you mean, can you tell me more about what you are trying to figure out?

scarlet owl
#

I Try It and Update

#

Give Me Some Time

#

Thank You For Support , Working Fine

#

@fast rampart

fast rampart
#

Great to hear!