The Opayo Payment Suite is closed to new subscriptions and will be retired by the end of the year. The developer continues to provide support for active subscribers, but we recommend starting the transition to the new Elavon Payments for WooCommerce extension.
Documents
-
Available Filters For WooCommerce Opayo Payment Suite
Configure the credit card fields for Opayo Direct You can use the filter woocommerce_sagepaydirect_credit_card_form_fields to modify the fields used on the credit card form. You can rearrange the order of the fields with this code in your theme functions.php file add_filter( ‘woocommerce_sagepaydirect_credit_card_form_fields’, ‘custom_woocommerce_sagepaydirect_credit_card_form_fields’ ); function custom_woocommerce_sagepaydirect_credit_card_form_fields( $fields ) { $new_fields = array();$new_fields[] = $fields[‘card-number-field’];$new_fields[] = […]
-
Opayo Payment Suite setup and trouble shooting
Our Opayo Payment Suite plugin is three payment gateways in one, allowing you to use one or more to take payments with WooCommerce via Opayo. You need to sign up for a Opayo UK account to use this plugin: www.opayo.co.uk Option 1: Opayo Form Option 2: Opayo Direct Option 3: Opayo Pi Opayo Fraud Scoring information available […]
-
Opayo Pi setup guide
Login in to MyOpayo to get the API credentials There is a test MyOpayo and a Live MyOpayo. For test orders you will need to obtain API credentials by logging in to the testing MyOpayo For live orders you will need to obtain API credentials by logging in to the live MyOpayo The process to […]
-
Opayo Reporting Setup
Security Checks The new Opayo Reporting meta box will check with Opayo that the transaction exists in your Opayo account and will add any Fraud Information provided by Opayo – this information will also be shown in the Fraud Results tab in MySagePay. When you open an order that has an order status of Processing […]