Method: ActiveMerchant::Billing::UsaEpayAdvancedGateway#get_account_details
- Defined in:
- lib/active_merchant/billing/gateways/usa_epay_advanced.rb
#get_account_details ⇒ Object
Retrieve merchant account details
Response
-
#message– account hash
1022 1023 1024 1025 |
# File 'lib/active_merchant/billing/gateways/usa_epay_advanced.rb', line 1022 def get_account_details request = build_request(__method__) commit(__method__, request) end |