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

Methods

Public Class methods

WorldPay supports two different test modes - :always_succeed and :always_fail

Public Instance methods

WorldPay only supports a single address field so we have to concat together - lines are separated using &10;

WorldPay only supports a single name field so we have to concat

Support for a MD5 hash of selected fields to prevent tampering For futher information read the tech note at the address below: support.worldpay.com/kb/integration_guides/junior/integration/help/tech_notes/sjig_tn_009.html

WorldPay supports the passing of custom parameters prefixed with the following: C_ : These parameters can be used in the response pages hosted on WorldPay‘s site M_ : These parameters are passed through to the callback script (if enabled) MC_ or CM_ : These parameters are availble both in the response and callback contexts

Add a time window for which the payment can be completed. Read the link below for how they work support.worldpay.com/kb/integration_guides/junior/integration/help/appendicies/sjig_10100.html

[Validate]