sottosviluppo/syliussetefiplugin

Setefi payment method plugin


README

filcronet_logo

Sylius XPay Plugin

Plugin to execute payments through the XPay payment gateway via the Hosted Payment Page modality.

Documentation

For a comprehensive guide on Setefi Payment Gateway please go to Nexi documentation, there you will find the XPay payment gateway documentation.

Quickstart Installation

  1. Run composer require sottosviluppo/syliussetefiplugin.

  2. In config/routes.yaml add the following lines:

    filcronet_sylius_setefi_plugin:
      resource: "@FilcronetSyliusSetefiPlugin/Resources/config/routing.yaml"

The plugin is now installed and ready to use.

Usage

  1. Login into the Admin panel.

  2. Go to payment methods and add the new method named XPay.

  3. Insert your XPay API endpoint

    Test url: https://stg-ta.nexigroup.com/api/phoenix-0.0/psp/api/v1
    Production url: https://xpay.nexigroup.com/api/phoenix-0.0/psp/api/v1
  4. Insert your XPay API key.

  5. Fill the rest of the fields and save the payment method.

  6. Your E-commerce can now use the XPay Payment Gateway to recive payments.