Test Credentials
It is important to test your integration before going live to make sure it works properly. That’s why we created test bank accounts, mobile money numbers and test cards for you to simulate different payment scenarios as you integrate with Transactpay.
Scenario | Bank Code | Account Number |
---|---|---|
Successful Payout | 033 | 0000000000 |
Error: Invalid Account | 035 | 0000000000 |
Failed Payout | 011 | 9999999999 |
Test Cards
When testing your Transactpay integration for card payments, you can trigger specific responses and results for your transaction operations using various test cards.
Card transaction test details
Standard test cards – all supported regions
Use the following standard test cards unless specific cards for your acquirer and region are provided in the other sections. To test the 3D Secure authentication functionality in more detail and using the 3DS emulator, see testing your 3DS integration.
You can use different expiry dates, CSC/CVV values, and the billing address street names in the request to generate different responses.
UATP cards do not support CSC/CVV and 3DS.
Please note that "3-D Secure Enrolled" means 3DS is supported for testing these cards with authentication.channel=PAYER_BROWSER in the INITIATE_AUTHENTICATION API, but not with other channels.
You can use different expiry dates, CSC/CVV values, and the billing address street names in the request to generate different responses.
Test Cards | Card Number | 3-D Secure Enrolled (Respectively) |
---|---|---|
Mastercard | 5123450000000008 , 2223000000000007, 5111111111111118, 2223000000000023 | Y , Y, N , N |
Visa | 4508750015741019, 4012000033330026 | Y, N |
American Express | 345678901234564, 371449635398431 | Y, N |
Diners Club | 30123400000000, 36259600000012 | Y, N |
JCB | 3528000000000007, 3528111100000001 | Y, N |
Discover | 6011003179988686, 6011963280099774 | Y, N |
Maestro | 5000000000000000005, 5666555544443333 | Y, N |
UATP (UATP cards do not support CSC/CVV and 3DS) | 135492354874528, 135420001569134 | N,N |
Transaction responses for standard test cards
Expiry Date | Transaction Response Gateway Code |
---|---|
01 / 39 | APPROVED |
05 / 39 | DECLINED |
04 / 27 | EXPIRED_CARD |
08 / 28 | TIMED_OUT |
01 / 37 | ACQUIRER_SYSTEM_ERROR |
02 / 37 | UNSPECIFIED_FAILURE |
05 / 37 | UNKNOWN |
CSC/CVV responses for standard test cards
CSC/CVV | CSC/CVV Response Gateway Code |
---|---|
100 | MATCH |
101 | NOT_PROCESSED |
102 | NO_MATCH |
CSC/CVV responses for American Express Cards
CSC/CVV | CSC/CVV Response Gateway Code |
---|---|
1000 | MATCH |
1010 | NOT_PROCESSED |
1020 | NO_MATCH |
AVS responses for standard test cards
Billing Address Street | AVS Response Gateway Code |
---|---|
Alpha St | ADDRESS_MATCH |
Gamma St | NOT_VERIFIED |
November St | NO_MATCH |
Romeo St | SERVICE_NOT_AVAILABLE_RETRY |
Sierra St | SERVICE_NOT_SUPPORTED |
Uniform St | NOT_AVAILABLE |
Whiskey St | ZIP_MATCH |
X-ray St | ADDRESS_ZIP_MATCH |
Kilo St | NAME_MATCH |
Oscar St | NAME_ADDRESS_MATCH |
Lima St | NAME_ZIP_MATCH |
Zero St | NOT_REQUESTED |
Test cards and bank accounts cannot be used in Live mode or for real payments.
Updated 5 months ago