Class ActiveMerchant::Billing::Integrations::WorldPay::Notification
In: lib/active_merchant/billing/integrations/world_pay/notification.rb
Parent: ActiveMerchant::Billing::Integrations::Notification

Methods

Public Instance methods

WorldPay supports the passing of custom parameters through to the callback script

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

the money amount we received in X.2 decimal.

Time this payment was received by the client in UTC time.

Callback password set in the WorldPay CMS

Was this a test transaction?

[Validate]