#Baby561

1 messages · Page 1 of 1 (latest)

distant auroraBOT
pallid laurel
#

A Stripe account ID is different than a bank account ID. Those usually start with ba_1234 in Stripe and refer to an external bank account to send funds to or charge

native cape
#

1 moment

#

im not looking for the charges though. i am looking for when the money is deposited into their connect account.

#

is that the same?

pallid laurel
#

That charge call is just an example to show how to set the Stripe-Account header for an API call

#

You would still make the payout call but would provide the account ID as is shown in that section. So something like:

  stripeAccount: 'acct_1Mn25ZEOvubXDQd8'
});```
native cape
#

got it

#

ur amazing