Class | ActiveMerchant::Billing::CVVResult |
In: |
lib/active_merchant/billing/cvv_result.rb
|
Parent: | Object |
Result of the Card Verification Value check www.bbbonline.org/eExport/doc/MerchantGuide_cvv2.pdf Check additional codes from cybersource website
MESSAGES | = | { 'D' => 'Suspicious transaction', 'I' => 'Failed data validation check', 'M' => 'Match', 'N' => 'No Match', 'P' => 'Not Processed', 'S' => 'Should have been present', 'U' => 'Issuer unable to process request', 'X' => 'Card does not support verification' |
code | [R] | |
message | [R] |