Overview
↑ Back to topAs of WooCommerce 8.3, Cart and Checkout blocks are available as the default experience. WooCommerce Ingenico (Ogone Platform) is now compatible with those blocks!
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
- Go to WooCommerce > Settings > Payments and read the next section to learn how to setup and configure the plugin.
Setup and Configuration
↑ Back to topSetup
↑ Back to top- Test Backoffice: https://secure.ogone.com/ncol/test/backoffice/
- Live Backoffice: https://secure.ogone.com/ncol/prod/backoffice/container/
- Go to Configuration > Technical Information > Global Security Parameters and set the Hash algorithm to SHA-256. Then scroll to the bottom of the page and hit “Save”.
- Go to Configuration > Technical Information > Data and Origin Verification and enter the base URL of your WooCommerce site, i.e. http://www.example.com (if your site uses SSL on the checkout page then don’t forget to include HTTPS in the url: https://www.example.com). On that same page, enter a SHA-IN pass phrase of your choosing. Then scroll to the bottom of the page and hit “Save”.
- Go to Configuration > Technical Information > Transaction Feedback and ensure the box is checked “I would like to receive transaction feedback parameters on the redirection URLs.”:
- Under Direct HTTP server-to-server request, ensure that “Timing of the request” setting is set to “No request”:
- Further down on that same page (Transaction Feedback) and under “Dynamic e-Commerce parameters” ensure that COMPLUS, NCERROR, ORDERID, PAYID, and STATUS are listed in the “Selected” box: Note to existing customers: if you previously purchased the plugin and did not configure the COMPLUS setting, you may see a notice in your WooCommerce admin instructing you to configure this setting within Ingenico and then click “complete” on the message. It’s important that you perform both steps so as to avoid interruptions in your ability to process credit cards.
- Optional Step: You can optionally select the parameters CARDNO, BRAND, and ED to display the last four digits of the credit card account number, the card brand, and the expiration date in the WooCommerce admin order notes.
- Scroll a bit further down this same page (Transaction Feedback) and set a SHA-OUT pass phrase of your choosing. Finally scroll to the bottom of the page and hit “Save”.
Extension Settings
↑ Back to top- Enable/Disable – This will enable the gateway to be used by customers to checkout.
- Testing – Set to “Yes” to use with a test account. Set to “No” when you’re ready to start accepting live payments.
- Title – This is the text shown for the payment during checkout and on the Order Received page.
- Description – This is the text shown under the title during checkout. Limited HTML is allowed.
- Ingenico PSPID – The PSPID for your account, provided by Ingenico. Note that you should have a different PSPID for testing mode vs. live mode.
- SHA-IN – This is the SHA-IN passcode you created while configuring your account in step 2 above.
- SHA-OUT – This is the SHA-OUT passcode you created while configuring your account in step 6 above.
- Template Page – Optional URL (full, not relative — ex:
http://mysite.com/wp-content/themes/my-theme/templatepage.html
) to a template page that can be used to customize the payment form (here’s Ingenico’s documentation). The URL must be on the same server as your site. - Debug Mode – Enable this is you are having issues correctly processing transactions. All debugging messages are cleaned of sensitive information before display, but as a best practice, please do not enable this unless you are having issues with the plugin.
Troubleshooting
↑ Back to top- Verify that your PSPID is for a test account if Testing is enabled, or otherwise is for a live account.
- Verify that the Dynamic e-Commerce parameters are correctly configured in your Ingenico back office, as described in step 5 above.
- Verify that SHA-IN and SHA-OUT configured in your Ingenico account are copied exactly into the plugin settings.
- Enable debug mode to the checkout page and review the transaction requests/responses for errors as per the instructions below:
- If you get an error that says “
unknown order/1/r
“, this means that the “Data and origin verification” tab, “Checks for e-Commerce” section of the Technical Information page is misconfigured. The referrer detected by the plugin is not a URL the merchant has entered in the URL field. This page is most likely displayed after clicking “Place Order”:Solution: Check your URL setting as described in step 2 above. - You will get the “
unknown order/1/s
” error message if the “Data and origin verification” tab, “Checks for e-Commerce” section of the Technical Information page is misconfigured.The SHASIGN sent for the transaction does not match the SHASIGN calculated at Ingenico’s end using the details of the order and the additional string (password/pass phrase) entered in the SHA-IN Signature field. This page is most likely displayed after clicking “Place Order”: Solution: Check your SHA-IN setting in the Ingenico back office and plugin configuration, as described in step 2 above.
Once you’ve checked these common configuration issues and confirmed setup is correct, please submit a support ticket, ideally with the debug log as an attachment, along with any relevant order notes and errors logged in the Ogone backoffice.
Frequently Asked Questions
↑ Back to topA: This is the same plugin as what was previously called Ogone. We’ve updated the branding to reflect that Ingenico is behind the Ogone platform with which the plugin integrates. Everything else about the plugin remains the same.
Q: WooCommerce 2.2 added the ability to process automatic refunds. Does this gateway support automatic refunds?
A: Unfortunately automatic refunds are not possible with Ingenico (Ogone Platform). We are following the developer documentation for updates and will add this to the roadmap if it becomes possible in the future.
Q: I’m still getting SHA errors, but my SHA settings match! What’s wrong?
A: On the Configuration > Technical Information > Transaction Feedback page, please ensure that only COMPLUS, NCERROR, ORDERID, PAYID and STATUS are selected. (Optionally, CARDNO, BRAND and ED are also permitted.) Any other selected options will cause SHA errors, so please deselect any options that are not listed above.