Testing
The Account Updater API test environment generates response results based on the transaction card number in the request.
Before you begin
You need the test client credentials you received from the implementations team to conduct a test transaction. For more about getting your test client credentials, see Getting started.
Test Card Data
Using the following data in the request will provide a pre-determined result, helping you to integrate with the APIs more efficiently.
Visa Test Card |
Visa result - reasonMessage |
---|---|
4111111111111111 |
NEW_ACCOUNT |
4111111111111112 |
NEW_EXPIRY |
4111111111111113 |
NEW_ACCOUNT_AND_EXPIRY |
4111111111111114 |
CLOSED_ACCOUNT |
4111111111111115 |
CONTACT_CARDHOLDER |
4111111111111116 |
MATCH_NO_UPDATE |
4111111111111117 |
NO_MATCH_NON_PARTICIPATING_BIN |
4111111111111118 |
NO_MATCH_PARTICIPATING_BIN |
Mastercard Test Card |
Mastercard result - reasonMessage |
---|---|
5111111111111111 |
NO_MATCH_NON_PARTICIPATING_BIN |
5111111111111112 |
MATCH_NO_UPDATE |
5111111111111113 |
NEW_ACCOUNT_AND_EXPIRY |
5111111111111114 |
CONTACT_CARDHOLDER |
5111111111111115 |
NEW_EXPIRY |
5111111111111117 |
NO_MATCH_PARTICIPATING_BIN |