#robotlos
1 messages · Page 1 of 1 (latest)
Hello there
and i am getting this error
StripeInvalidRequestError: You have insufficient funds in your Stripe account. One likely reason you have insufficient funds is that your funds are automatically being paid out; try enabling manual payouts by going to https://dashboard.stripe.com/account/payouts.
at Function.generate (/Users/juan/github/arena/typescript/node_modules/stripe/lib/Error.js:40:16)
at res.toJSON.then.StripeAPIError.message (/Users/juan/github/arena/typescript/node_modules/stripe/lib/StripeResource.js:238:35)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
type: 'StripeInvalidRequestError',
raw: {
code: 'balance_insufficient',
doc_url: 'https://stripe.com/docs/error-codes/balance-insufficient',
message: 'You have insufficient funds in your Stripe account. One likely reason you have insufficient funds is that your funds are automatically being paid out; try enabling manual payouts by going to
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I guess i'm wondering in test mode how do i gurantee that i have suficient balance to initiate these transfers?
You want to use these test cards: https://stripe.com/docs/testing#available-balance
To skip the pending balance period
my balance in test mode is negative
but in the transfer create i only specify a destination account
@dusty timber did it work when you added sufficient available funds?