Class | ActiveMerchant::Billing::InspireGateway |
In: |
lib/active_merchant/billing/gateways/inspire.rb
|
Parent: | Gateway |
URL | = | 'https://secure.inspiregateway.net/api/transact.php' |
Creates a new InspireGateway
The gateway requires that a valid login and password be passed in the options hash.
See the Inspire Integration Guide for details. (default: false)
Pass :store => true in the options to store the payment info at Inspire Gateway and get a generated customer_vault_id in the response. Pass :store => some_number_or_string to specify the customer_vault_id InspireGateway should use (make sure it‘s unique).
Update the values (such as CC expiration) stored at InspireGateway. The CC number must be supplied in the CreditCard object.