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

Methods

Public Instance methods

order_number 2Checkout.com order number

     card_holder_name   Card holder's name
     street_address     Card holder's address
     city       Card holder's city
     state      Card holder's state
     zip        Card holder's zip
     country    Card holder's country
     email      Card holder's email
     phone      Card holder's phone
     credit_card_processed      Y if successful, K if waiting for approval
     total       Total purchase amount
     ship_name  Shipping information
     ship_street_address        Shipping information
     ship_city  Shipping information
     ship_state Shipping information
     ship_zip    Shipping information
     ship_country       Shipping information
     product_id 2Checkout product ID for purchased items will append a number if more than one item.

ex. product_id,product_id1,product_id2

     quantity   quantity of corresponding product will append a number if more than one item.

ex. quantity,quantity1,quantity2

     merchant_product_id         your product ID for purchased items will append a number if more than one item.

ex. merchant_product_id,merchant_product_id1,merchant_product_id2

     product_description        your description for purchased items will append a number if more than one item.

ex. product_description,product_description1,product_description2

the money amount we received in X.2 decimal.

The MD5 Hash

Was this a test transaction? # Use the hash

[Validate]