PayAgency Logo

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 NumberCard Expiry MonthCard Expiry YearCard CVVOTP
4012888888881881012030029123456
5111111111111118012030029123456

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 NumberCard Expiry MonthCard Expiry YearCard CVV
4111111111111111012030029
5555555555554444012030029

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 NumberCard Expiry MonthCard Expiry YearCard CVV
4222222222222222012030029
5111222233334444012030029

Failed Test Cards

These cards will always result in failed payout transactions:

Card NumberCard Expiry MonthCard Expiry YearCard CVV
4333333333333333012030029
5222333344445555012030029

On this page