Reputation: 59
How can I add stripe test balance in test mode so that i can test payout.
Error message - error handler StripeInvalidRequestError: You have insufficient funds in your Stripe account.
and the balances in stripe are as -
Upvotes: 1
Views: 702
Reputation: 1694
You can use available balance
test cards that bypass pending balance and make the funds immediately available for payout testing: https://stripe.com/docs/testing#available-balance
Upvotes: 2
Reputation: 79113
According to Stripe documentation at https://stripe.com/docs/connect/top-ups#testing:
You can use the Dashboard or the API to test adding funds to your balance.
Upvotes: 1