How do I Stripe fund movements (payments) in the sandbox/staging environment?

Easily test your Stripe integration with the following credit card testing data.

Testing can be done with the following dummy card data:

 

General Data

1. Use the specified card number for the desired scenario outcome (successfully authenticated, authentication failed, successful payment, payment declined, etc.)

2. Exp Date: Any future date

3. CVC: Any 3 digit number (4 digits for American Express)

4. Zip Code: And 5 digits

 

Credit Card Numbers that will successfully pass authentication and complete a payment, resulting in a Submitted Payment Status

Visa - 4242 4242 4242 4242

Mastercard - 5555 5555 5555 4444

American Express - 3782 822463 10005

Discover - 6011 1111 1111 1117

 

Credit Card Numbers that will trigger Authentication Failure

Insufficient Funds - 4000 0000 0000 9995

Generic Decline - 4000 0000 0000 0002

Stolen Card Decline - 4000 0000 0000 9979

*Important: When attempting to link these credit card numbers in the Stripe pop-up, you will encounter a generic "Authentication Failed" error. Unfortunately, no specific error code or decline code will be provided for these transactions.*

 

Credit Card Numbers that will successfully pass authentication but will ultimately lead to a failed payment, resulting in a Returned Payment Status.

Decline after attaching - 4000 0000 0000 0341

 

*Please be aware that when you successfully call the ccFundMove endpoint, the response will consistently indicate both fundStatus and transactionStatus as Pending. To track changes in fundStatus to either Submitted or Returned during your testing, it is essential to subscribe to and monitor the updateCCFundMoveStatus webhook.*