#theproofficial

1 messages · Page 1 of 1 (latest)

jagged lichenBOT
coarse kraken
#

Did you use Transfer API? Any error message?

signal kindle
#

Indeed I am using transfer. My error message is: Error processing withdrawal: You have insufficient funds in your Stripe account for this transfer. Your card balance is too low. You can use the /v1/balance endpoint to view your Stripe balance (for more details, see stripe.com/docs/api#balance).

#

I also can't seem to add funds anymore even though it used to work a few months ago when I was working on this:

coarse kraken
#

Okie, there could be some issue with your Account as the message says, so you would want to reach out to Support team to check in details.

signal kindle
#

I use:

          // Transfer the amount from the user's Stripe account to the connected account
          await stripe.transfers.create({
            amount: withdrawalAmountWithFeeInCents,
            currency: "eur",
            destination: user.connectedStripeAccountId,
          });```
coarse kraken
#

Yes, is this amount link to any payment intent? If so you can use source_transaction as the Doc above