Ankit Dhoot
Ankit Dhoot

Reputation: 59

Stripe Payout testing

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 - enter image description here

Upvotes: 1

Views: 702

Answers (2)

yuting
yuting

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

Samuel Liew
Samuel Liew

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

Related Questions