Class | ActiveMerchant::Billing::Integrations::Chronopay::Notification |
In: |
lib/active_merchant/billing/integrations/chronopay/notification.rb
|
Parent: | ActiveMerchant::Billing::Integrations::Notification |
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