#Jeff Jin

1 messages ยท Page 1 of 1 (latest)

autumn coralBOT
lunar grail
#

or transferring
async transferMoneyToConnectedAccount(accountId: string, amount: number) {
const transfer = await this.stripe.transfers.create({
amount,
currency: "usd",
destination: accountId,
});
return transfer;
}
could anyone help me?

#

Quoting for context

#

Hi ๐Ÿ‘‹

#

Can you share the request IDs for these request?

vernal crater
#

Hi, @lunar grail are you bot?

oblique owl
#

๐Ÿ‘‹

#

Stepping in for Snufkin who had to step away

#

No we are not bots

#

Doesn't look like you are using source_transaction when transferring

#

In this case, you would have to wait for your funds to become available before you could transfer