#Adam Errinwright-Connect

1 messages · Page 1 of 1 (latest)

latent bear
#

Hello, can you elaborate on "to a Balance to a Connect users' Stripe Dashboard"?

#

Do you mean topup to a Connect Account's Balance?

icy cloud
#

Gosh woops

#

Yes so, say we have a balance of $10000 for a vendor/seller Connect account, but its not updated in the Stripe Dashboard for them

#

Is it possible for us to write Javascript and an API call that would update their Account's Payouts Balance?

latent bear
#

Do you mean that they should already have the balance, but it's just late on displaying?

icy cloud
#

Let's see...

icy cloud
#

They would have a Balance in their internal databases. Which they would then need to send to Stripe Connect so all the sellers can see their incoming Payouts

latent bear
#

I believe those companies will leave it to Stripe to manage their Connected Account's balance. Generally they will use our API to topup their Connected Account, instead of managing it themself

icy cloud
#

Hmm, I guess right now, if someone makes a purchase on our platform => Their Stripe Dashboards wont be updated with their Revenue because we havent built that in yet

#

I'm trying to read up on how to do this

latent bear
#

Which type of purchase are you building? There are Direct Charges/ Destination Charge/Separate Charge and Transfer

icy cloud
#

We are currently using /payments/create

#

But do we need to change that to...

latent bear
icy cloud
#

Thank you will read up and ask a Q in a bit

icy cloud
#
{
    ...
    "payouts": {
      ...
      "schedule": {
        "delay_days": 7,
        "interval": "daily"
      },
    ...
  }
#

So after the Destination Charge, you do a Payouts API call it seems

latent bear
#

Yeah, there are Automatic Payout and Manual Payout