Class ActiveMerchant::Billing::Integrations::DirecPay::Status
In: lib/active_merchant/billing/integrations/direc_pay/status.rb
Parent: Object

Methods

new   test?   update  

Included Modules

PostsData

Constants

STATUS_TEST_URL = 'https://test.timesofmoney.com/direcpay/secure/dpPullMerchAtrnDtls.jsp'
STATUS_LIVE_URL = 'https://www.timesofmoney.com/direcpay/secure/dpPullMerchAtrnDtls.jsp'

Attributes

account  [R] 
options  [R] 

Public Class methods

Public Instance methods

Use this method to manually request a status update to the provided notification_url

[Validate]