Test Your Integration
Simulate Payments to Test Your Integration
In test mode, you can simulate payments to verify that your integration is working correctly without actually transferring funds.
How to Use Test Cards
In all API requests, please make sure to use the test environment URL. Whether you're using the interactive test payment form or writing test code, ensure that requests are directed to the test environment to properly simulate transactions.
Simulate Success
To simulate successful payments for specific card brands, use the following test cards:
Card Number | CVC | Expiry Date |
---|---|---|
4242424242424242 | Any 3 digits | Any future date |
5555555555554444 | Any 3 digits | Any future date |
378282246310005 | Any 4 digits | Any future date |
6011111111111117 | Any 3 digits | Any future date |
Simulate Failure
To simulate failed payments, use the following test cards:
Description | Card Number | CVC | Expiry Date | Error Code |
---|---|---|---|---|
Generic Decline | 4000000000000002 | Any 3 digits | Any future date | generic_decline |
Insufficient Funds | 4000000000009995 | Any 3 digits | Any future date | insufficient_funds |
Lost Card | 4000000000009987 | Any 3 digits | Any future date | lost_card |
Stolen Card | 4000000000009979 | Any 3 digits | Any future date | stolen_card |
Expired Card | 4000000000000069 | Any 3 digits | Any future date | card_velocity_exceeded |
CVC Error | 4000000000000127 | Any 3 digits | Any future date | incorrect_cvc |
Card Number Error | 4242424242424241 | Any 3 digits | Any future date | incorrect_number |
Simulate 3DS
To simulate 3DS verification, use the following test card:
Card Number | CVC | Expiry Date |
---|---|---|
4000002760003184 | Any 3 digits | Any future date |
</rewritten_file> |