Test Processor

Test Processor is pseudo processor that contains dummy processing logic for testing purposes.
Below are some conditions that trigger specific results/cases:

All Transactions with odd amount (digits before decimals) will be approved All Transactions with even amount (digits before decimals) will be declined Refunds higher than the actual sale amount are declined
Captures with even amount are also declined

Special Cases:
$2.10 will return decline with "Failed to tokenize card information"
$2.20 will return decline with "Email is required"
$2.30 will return decline with "Missing mandatory card information field(s) in the request" $2.40 will return decline with "Transaction Not Supported"
$2.50 will return decline with "Failed to de-tokenize card information"
$2.60 will return decline with "Failed to authorize"

 

Â