Configuration - epaiement-up2pay/prestashop GitHub Wiki

Configuring a Payment Method

To access the payment-method-specific configuration page,

  1. Select Modules/Module Manager.

  2. Click the Modules tab to display the Crédit Agricole PrestaShop Module.

  3. Use the Configure button (on the right) to access the Payment Method Settings.

Minimum Configuration Options

  • Enable/Disable:
    Click YES to activate this payment method for your consumers. If you disable it later on, you can still do post-processing operations for all transactions performed while enabled.
  • Title:
    Name of the payment method as displayed during checkout.
  • Merchant Account ID (MAID):
    Enter the MAID as provided in your Crédit Agricole contract. You receive a unique MAID for each payment method.
  • Secret Key:
    Enter the Secret Key as provided in your Crédit Agricole contract. You receive a unique Secret Key for each payment method.
  • Credentials (Username, Password) for Crédit Agricole server connection (Crédit Agricole Payment Gateway):
  • For going live, you will receive credentials after having concluded a Crédit Agricole contract.
  • Get your test credentials.

Authorization and Purchase

Two payment actions are generally available:

  • Authorization: The amount will be authorized only. You need to capture it manually later.
  • Purchase: The amount will be deposited immediately and automatically.

Depending on the payment method, you can execute either:

  • Authorization and Purchase, or
  • Authorization only, or
  • Purchase only.

For further payment-method-specific configuration, go to the respective payment method configuration page.

Automatic Capture

If this feature is set to YES, authorized payments will automatically be captured once the status of their corresponding order changes from authorized to shipped.

To enable this feature,

  1. Select Modules/Module Manager.
  2. Click the Modules tab to display the Crédit Agricole PrestaShop Module.
  3. Use the Configure button (on the right) to access the Payment Method Settings.
  4. Select the General Settings tab at the top.
  5. Enable Automatic Capture: Click YES.
  6. Click Save.

Requirement: Only authorized payments can be captured automatically.

In case the payment has already been captured prior to shipping, consumers will not be charged twice once you manually change the order status to shipped.

Payment Method Logos

The Crédit Agricole PrestaShop Module is equipped with default images of payment method logos/icons. You can replace them with your own payment method images:

  1. Requirement: The Crédit Agricole PrestaShop Module must be installed on your server.
  2. On your server, go to creditagricolepaymentgateway/views/img/paymenttypes.
  3. Replace the logos/icons there with your own.

A subsequent update of the Crédit Agricole PrestaShop Module overwrites all customized images with the latest standard version.
After an update you have to change your payment method logos/icons again.

⚠️ **GitHub.com Fallback** ⚠️