REPAY ERP & eCommerce Release Notes logo
Back to Homepage Subscribe to Updates

ERP & eCommerce Release Notes

Labels

  • All Posts
  • REPAY ClickToPay
  • REPAY Payables Platform
  • Acumatica
  • CDK Global
  • eCommerce
  • Microsoft Dynamics 365
  • Sage 100
  • Sage 300
  • Sage Intacct
  • Sage X3
  • SAP Business One
  • Announcement
  • Compatibility
  • Hotfix

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • January 2022
  • December 2021
  • October 2021
  • August 2021
  • July 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • January 2017
eCommerce
a year ago

Adobe Commerce (Magento): Version 2.0

Release Date: July 18, 2023

REPAY Payment Method configuration options are now grouped into related fields with updated help text, making setup easier to navigate and understand. This release also includes code stability improvements.

Release Notes

The REPAY plug-in supports Adobe Commerce (Magento 2) versions 2.37 and later.

TicketTypeDescription
MultipleFeatureThe updated REPAY Payment Method configuration section organizes settings into these groups:
  • General Settings - order status, invoice options, and allowed countries
  • Payment Gateway Settings - gateway credentials, processing settings, Level 2 and Level 3 settings, and whether to prompt buyers to save their credit cards
  • Personalization Settings - messages displayed during checkout
ERP-2104FeatureGeneral Settings > Set Order Status. Use this option to set the default status of orders after a successful REPAY payment. The REPAY order status pulls in the values that you set up in STORES Settings > Order Status.
ERP-2105FeaturePayment Gateway Settings > Processing Settings > Transaction Type. The default transaction type lets you control when transactions are finalized. Set the type of credit card transaction to run on checkout:
  • Sale - complete the transaction with immediate funding
  • Authorization - place a hold on funds for the transaction amount. The transaction won't be funded until a capture is completed.
To set the transaction type to Validate (send a zero-amount transaction to verify the card), set Only Validate the Payment to Yes. The Transaction Type is set to Sale.
ERP-2107FeaturePayment Gateway Settings > Processing Settings > Vault Settings. The Always Generate Vault ID (Yes/No) option is now labeled Vault Creation Option. There are three choices:
  1. Always - Always tokenize credit card data and store it in the REPAY Vault
  2. Never - Don't tokenize credit card data
  3. Buyer Option - Allow buyers to decide whether to save their credit cards (adds the Save for later use option to the payment step of checkout)
ERP-2108FeaturePayment Gateway Settings > Processing Settings > Level 3 processing. The Max Line Items option now allows you to set the maximum line items per transaction to 25, 50, 75, or all lines. Previously, the limit was 25.

Note: Level 3 processing allows a maximum of 100 lines per transaction.

ERP-2113FeatureSALES > Orders. REPAY payment information is stored in the order transaction details. To access, display the list of orders and click View for the order you want to review. Then, click the Transactions tab.

 

Downloads

Download the REPAY Plug-in

Installation

If you have a previous version of the REPAY plug-in installed, remove it first. Use an SSH telnet client like PuTTY to access your Magento files.

To install the plugin:

  1. Download the REPAY plug-in file and extract the contents.
  2. Rename the extracted folder to Aps.
  3. Log in to your Magento server and copy the Aps folder to the following location (create /code/Asi/ if necessary).
    /var/www/html/magento2/app/code/Asi/Aps
  4. Using sudo permissions, set the file permissions for the Aps folder:
    sudo find . -type d -exec chmod 775 {} + && 
    sudo find . -type f -exec chmod 664 {} +
  5. Navigate to the Magento 2 installation folder:
    cd /var/www/html/magento2
  6. Using sudo permissions, run these commands, in order, to complete the installation.
    sudo bin/magento cache:disable
    sudo bin/magento setup:upgrade
    sudo bin/magento setup:di:compile
    sudo bin/magento cache:enable
    sudo bin/magento cache:flush

The REPAY Magento installation is complete.