URL |
= |
'https://gateway.cardstream.com/process.ashx' |
CURRENCY_CODES |
= |
{ "AUD"=> '036', "CAD"=> '124', "CZK"=> '203', "DKK"=> '208', "HKD"=> '344', "ICK"=> '352', "JPY"=> '392', "NOK"=> '578', "SGD"=> '702', "SEK"=> '752', "CHF"=> '756', "GBP"=> '826', "USD"=> '840', "EUR"=> '978' |
TRANSACTIONS |
= |
{ :purchase => 'ESALE_KEYED', :refund => 'EREFUND_KEYED', :authorization => 'ESALE_KEYED' |
CVV_CODE |
= |
{ '0' => 'U', '1' => 'P', '2' => 'M', '4' => 'N' |
AVS_POSTAL_MATCH |
= |
{ "0" => nil, "1" => nil, "2" => "Y", "4" => "N", "8" => "N" |
|
0 - No additional information available. 1 - Postcode not checked. 2 -
Postcode matched. 4 - Postcode not matched. 8 - Postcode partially matched.
|
AVS_STREET_MATCH |
= |
{ "0" => nil, "1" => nil, "2" => "Y", "4" => "N", "8" => "N" |
|
0 - No additional information available. 1 - Address numeric not checked. 2
- Address numeric matched. 4 - Address numeric not matched. 8 - Address
numeric partially matched.
|