![]() |
| > Home > Documentation > Latest documentation > Interchange payment modules > EFSNet |
|
EFSNet
Interchange's support for the Concord EFSnet Synopsis
or
Prerequisites
or
Only one of the above options needs be present and working. DescriptionThe Vend::Payment::EFSNet module implements the efsnet() subroutine for use with Interchange. It is compatible on a call level with the other Interchange payment modules. In theory (and even usually in practise) you could switch from another payment module to EFSNet with a few configuration file changes. To enable this module, place this directive in your "interchange.cfg" file:
This must be in interchange.cfg or a file included from it. Make sure CreditCardAuto is off, which is the default in the Standard ecommerce demo. The "mode" can be named anything, but the "gateway" parameter must be set to "efsnet". To make it the default payment gateway for all credit card transactions in a specific website, you can set the following in catalog.cfg:
It uses several of the standard settings from Interchange payment. Any time we speak of a setting, it is obtained either first from the tag/call options, then from an Interchange order Route named after the mode, then finally a default global payment Variable. For example, the id parameter would be specified by:
or
or
Settings
TroubleshootingTry the instructions above, and then then switch to the test servers. A test order should complete with the "4111 1111 1111 1111" test card number. You can switch to the test servers by adding the following to your catalog.cfg file:
If nothing works:
NotesThere is actually nothing in Vend::Payment::EFSNet; This module changes its package name to Vend::Payment and places things there. CreditCardCredit (sale) transactions, where you apply a credit on a card without the transaction ID of a previous charge, are supported by this module, but disabled by default in new EFSNet accounts. Call EFSNet if you need to use this function. This module supports partial returns, but EFSNet needs to know what the original transaction amount was. You can provide this by passing the value to the [charge] tag, using the original_amount parameter. Changes
Concord EFSNet requires all interface code to be certified by them.
If you make a change to this module,
please contact EFSNet for re-certification.
More information is available from
http://www.concordefsnet.com/Developers/Documentation.asp Authors
Credits
|
| Home | Legal nonsense | Privacy policy | Contact us |