Note: This payment gateway has been merged into the CyberSource SA SOP payment gateway to support eChecks, and the eCheck gateway is no longer offered as a stand-alone plugin.
Overview
↑ Back to topNot sure if this gateway is right for you? Check out our CyberSource Gateway Comparison
Installation
↑ Back to top- Download the extension from your dashboard
- Go to Plugins > Add New > Upload and select the ZIP file you just downloaded
- Click Install Now, and then Activate
- Click the Configure link and read the next section to learn how to setup and configure the plugin.
Setup and Configuration
↑ Back to topGenerate Shared Secret/Serial Number
You must have an active gateway account with CyberSource in order to make use of this plugin. Once you have contacted CyberSource and set up an account with Silent Order Post/Hosted Order Page and eCheck processing enabled, you will be able to configure the plugin. Note that if you are also using the CyberSource SOP credit card payment gateway, you only need to perform these steps once, you may use the same security keys for both plugins. To generate: Step 1: Log in to CyberSource business center with the merchant id provided to you by CyberSource. Step 2: Go to Tools & Settings > Hosted Order Page > Security. Under ‘Generate Security Script’ select PHP and click ‘Submit’: Step 3: Save, and then open the resulting file HOP.php, and search for ‘function getSharedSecret()
‘ to get the value. Copy all the letters/numbers in between the double-quotes: this is your Shared Secret Key. Make sure to keep a copy of this key in a safe place as it can not be re-generated.
Step 4: The Hosted Order Page Security page will now contain a ‘Serial Number’, which you will use along with the shared secret to configure the plugin
Extension Settings
↑ Back to top- Enable/Disable – Enable or disable the payment method.
- Title – Lets you set the title of the gateway shown on the checkout.
- Description – This is the text shown under the title during checkout. Limited HTML is allowed. If you enable test mode, this section will also display a notice along with test credit card numbers.
- Test Mode – Enable this if you are using a developer/test account from CyberSource. Be sure to disable this prior to going live.
- Debug Mode – Enable this to place the gateway in debug mode, which will output the full response from the CyberSource servers on the payment page, for debugging purposes. Be sure to disable this prior to going live. For best performance, please do not enable this unless you are having issues with the plugin.
- Communication Log – Enable this to log all CyberSource gateway communication to
woocommerce/logs/cybersource_sop_echeck.txt
for debugging purposes - Merchant ID – This is the id assigned to you by CyberSource, which you use to log into the Business Center.
- Test Shared Secret – Enter the full shared secret for the test account, which can be obtained by following the instructions above under “Generate Shared Secret/Serial Number”.
- Test Serial Number – Enter the serial number for the test account, which can be obtained by following the instructions above under “Generate Shared Secret/Serial Number”.
- Live Shared Secret – Enter the full shared secret for the live account, which can be obtained by following the instructions above under “Generate Shared Secret/Serial Number”.
- Live Serial Number – Enter the serial number for the live account, which can be obtained by following the instructions above under “Generate Shared Secret/Serial Number”.
Testing
↑ Back to top- Account Number – 4100
- Routing Number – 121042882
- Drivers License Number – any string, ie 1234
- Drivers License State – any state
Troubleshooting
↑ Back to topTransaction Errors
If you get errors, enable debug mode, or view the order notes in the WooCommerce Order admin and compare the provided reason code against the CyberSource reason codes: CyberSource Reason Codes Note that sometimes more detailed error information/messages can be found by logging into your CyberSource Business Center and viewing transaction Reports.Browser not Redirecting
↑ Back to top- Log in to your CyberSource Business Center
- Go to Tools & Settings > Hosted Order Page > Settings
- Find the field named “Receipt Response URL” under the title “Receipt Page” and set the value to: https://<domain name>/?wc-api=wc_gateway_cybersource_sop_receipt where domain name is your site name
- Check the box next to “This URL is my custom receipt page.”
- Find the field named “Decline Response URL” under the title “Decline Page” and set the value to: https://<domain name>/?wc-api=wc_gateway_cybersource_sop_decline where domain name is your site name
- Check the box next to “This URL is my custom decline page.”
- Click “Update” to save the settings, and perform a transaction to verify the expected behavior
Pending Orders
↑ Back to top- Log into your WooCommerce admin and check for any order notes attached to the pending order in question
- If there are no notes, log into your CyberSource Business Center and check for completed or failed transactions. If you see records for the pending orders in your Business Center, this probably indicates an issue with the automatic redirection, and you should configure redirects manually as explained above.
- If you see no record of the transactions, ensure that both the WooCommerce CyberSource eCheck SOP plugin and CyberSource Business Center are properly configured
- Perform a test live transaction, to verify that the transaction completes and the redirect occurs