Learn how to set up, customize, and expand the functionality of your WooCommerce products with our library of documentation and tutorials.
  1. Documentation /
  2. Products /
  3. Extensions /
  4. Opayo

Opayo


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 Customer is redirected to Opayo to complete payment – simplifies PCI Compliance SSL […]

  • 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 […]