Testing Cards
Testing cards are provided to help developers simulate transactions and verify their integration with the payment gateway. These cards are categorized into two types: 2D Secure Cards and 3D Secure Cards.
3DS Cards
3D Secure (3DS) cards introduce an additional layer of authentication to ensure secure transactions. When using a 3DS card, the user is redirected to a secure page for authentication, such as entering a one-time password (OTP). These cards are crucial for testing payment flows that involve additional user verification steps.
Card Number | Card Expiry Month | Card Expiry Year | Card CVV | OTP |
---|---|---|---|---|
4012888888881881 | 01 | 2030 | 029 | 123456 |
5111111111111118 | 01 | 2030 | 029 | 123456 |
2D Cards
2D Secure (2D) cards are standard cards that do not require an additional layer of authentication during the transaction process. These cards allow you to test basic card payment flows without any redirection for additional verification. Transactions with 2D cards are processed based on the card details provided (e.g., card number, expiry, CVV).
Card Number | Card Expiry Month | Card Expiry Year | Card CVV |
---|---|---|---|
4111111111111111 | 01 | 2030 | 029 |
5555555555554444 | 01 | 2030 | 029 |
Payout Test Cards
Payout test cards are used to test the payout functionality of your payment gateway integration. These cards simulate both successful and failed payout scenarios, allowing you to validate your implementation's handling of different outcomes.
Success Test Cards
These cards will always result in successful payout transactions:
Card Number | Card Expiry Month | Card Expiry Year | Card CVV |
---|---|---|---|
4222222222222222 | 01 | 2030 | 029 |
5111222233334444 | 01 | 2030 | 029 |
Failed Test Cards
These cards will always result in failed payout transactions:
Card Number | Card Expiry Month | Card Expiry Year | Card CVV |
---|---|---|---|
4333333333333333 | 01 | 2030 | 029 |
5222333344445555 | 01 | 2030 | 029 |