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

Methods

acknowledge   city   complete?   country   currency   custom2   custom3   customer_id   date   email   gross   item_id   language   name   password   product_id   received_at   site_id   state   status   street   test?   time   transaction_id   username   zip  

Public Instance methods

The customer‘s city

The customer‘s country - 3 digit country code

The currency the purchase was made in

Additional parameter

Additional parameter

Unique ID of customer

Date of transaction in MM/DD/YYYY format

The customer‘s email address

the money amount we received in X.2 decimal.

The item id passed in the first custom parameter

Language

The customer‘s full name

Customer‘s password for restricted access zone of Merchant’s Web-site, as chosen

ID of a product that was purchased

Unique ID of Merchant’s web-site

The customer‘s state. Only useful for US Customers

Status of transaction. List of possible values: onetime – one time payment has been made, no repayment required;:: initial – first payment has been made, repayment required in corresponding period;:: decline – charge request has been rejected;:: rebill – repayment has been made together with initial transaction;</ttt>:: <tt>cancel – repayments has been disabled;:: expire – customer’s access to restricted zone membership has been expired;:: refund – request to refund has been received;:: chargeback – request to chargeback has been received.::

This implementation of Chronopay does not support subscriptions. The status codes used are matched to the status codes that Paypal sends. See Paypal::Notification#status for more details

The customer‘s street address

Time of transaction in HH:MM:SS format

Unique ID of transaction

Customer’s login for restricted access zone of Merchant’s Web-site

The customer‘s zip

[Validate]