Below are the positive and negative test case input definitions with the expected response. Positive in this context means that the payments get an authorization and the transaction is successful. There are lots of different reasons why a transaction may be declined.
These numbers are only valid for the following responses in the test system.
DO NOT USE THESE NUMBERS IN PRODUCTION.
Bank Accounts
Account Number | Response |
031556012476700 | AccountClosed |
031556043112600 | AuthorityStopped |
010843005219130 | Declined |
118003090392230 | InvalidAccount |
030547063352200 | InsufficientFunds |
123233059863300 | NoAuthority |
111111111111111 | Successful transaction |
Credit Cards
For credit cards, note we only support the following:
AmericanExpress
Mastercard
Visa
Credit Card Number | Response |
378282246310005 | Declined |
371449635398431 | InsufficientFunds |
4012001038443335 | LostOrStolenCard |
4111111111111111 | Successful transaction |
Add Comment