Paystation Test Site
Paystation has a test site.
You can do transactions against the test account using the following test card numbers.
Mastercard
card number = 5123456789012346
expiry date = 0513 (MMYY)
csc/cvv = 100
Visa
card number = 4987654321098769
expiry date = 0513 (MMYY)
csc/cvv = 100
To return the appropriately mapped response you must append each purchase amount with a cents amount that correlates as below. The dollar amount is not relevant.
.00 - Approved (Response Code 0)
.51- Insufficient Funds (Response Code 5)
.57 - Invalid Transaction (Response Code 8)
.54 - Expired Card (Response Code 4)
.91 - Error communicating with Bank (Response Code 6)
So to test an approved Mastercard you would enter details as below;
card number = 5123456789012346
expiry date = 0513 (MMYY)
purchase amount=$1.00
And to test an insufficient funds Mastercard response you would enter details as below;
card number = 5123456789012346
expiry date = 0513 (MMYY)
purchase amount=$1.51
These credit card numbers will only work on this test site and must not be used to make real transactions.