Class | ActiveMerchant::Billing::Integrations::WorldPay::Notification |
In: |
lib/active_merchant/billing/integrations/world_pay/notification.rb
|
Parent: | ActiveMerchant::Billing::Integrations::Notification |
WorldPay extended fraud checks returned as a 4 character string
1st char: Credit card CVV check 2nd char: Postcode AVS check 3rd char: Address AVS check 4th char: Country comparison check
Possible values are:
:not_supported - 0 :not_checked - 1 :matched - 2 :not_matched - 4 :partial_match - 8