Simone Morettini
Simone Morettini

Reputation: 391

Stripe test environment: Is there a way to do charge immediately?

I'm using the test environment of Stripe to test my code. To test charges I appreciate a way to do charges that arrive at the destination immediately(so the money of the charge are available to use) without waiting days like in real life. Is there a way to obtain that?

Upvotes: 0

Views: 485

Answers (1)

duck
duck

Reputation: 5470

Stripe has a test card 4000000000000077, and evergreen test token, tok_bypassPending, that make funds immediately available for use.

Charge succeeds and funds will be added directly to your available balance (bypassing your pending balance).

From https://stripe.com/docs/testing#cards-responses

Upvotes: 1

Related Questions