![]() |
| > Home > Documentation > Latest documentation > Interchange payment modules > PsiGate |
|
PsiGate
Interchange's support for the PsiGate Synopsis
or
Prerequisites
or
Only one of the above options needs be present and working. DescriptionThe Vend::Payment::PsiGate module implements the psigate() 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 PsiGate 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 "psigate". 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, then enable test mode. A test order should complete. Disable test mode and then test in various PsiGate error modes by using the "4111 1111 1111 1111" credit card number. Then try a sale with credit card number "4111 1111 1111 1111" and a valid expiration date. The sale should be denied, and the reason should appear in [data session payment_error]. If nothing works:
NotesThere is actually nothing in Vend::Payment::PsiGate; This module changes its package name to Vend::Payment and places things there. Authors
Credits
|
| Home | Legal nonsense | Privacy policy | Contact us |