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
11 months ago

Adobe Commerce (Magento2): Version 3.2.2

Released: June 28, 2024

This release includes preparations to update the plug-in on the Adobe Commerce Marketplace and internal security fixes.

Note:  Version 3.2.1 introduced the ability to hide the Place Order button in the REPAY payment method section of checkout. See the Adobe Commerce v3.2.1 release notes for more information.

Release Notes

TicketTypeDescription
ERP-6651FixPrepare plug-in for Adobe Commerce Marketplace.
ERP-6748,
ERP-6754
FixInternal security fixes and updates.


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.

REPAY ClickToPaySage Intacct
11 months ago

REPAY ClickToPay and Sage Intacct: Version 1.47.0

Released: June 24, 2024

This release adds support for Pay By Entity and handles credits (debit memo adjustments) applied to a bill. It also adds error handling to prevent sending a payment to REPAY when the payment method is set to Check.

Release Notes

TicketTypeDescription
ERP-6521FeatureAccounts Payable > Pay bills. You can't pay a bill with REPAY when the payment method is set to Check. Now, when you click Pay, error messages call out that the payment method (check) is not supported by REPAY and the vendor payments aren't completed. This addresses a potential double-payment issue where a check was created and a payment request was sent to REPAY. 
ERP-6522FeaturePay by entity is supported. On the Pay bills screen, click Pay by Entity and then select Pay Selected Bills with REPAY. Choose the bills you want to pay and click Pay.
ERP-6642FeatureDebit memo adjustments can be applied to bills you pay with REPAY. In Intacct, debit memos are shown in the Credits available column and can be applied to any of the vendor's outstanding bills.

On the Pay bills screen, select a bill to pay and apply the full credit or part of the credit. When sent to REPAY Payables, the payment amount is reduced by the credit.
The amounts are detailed in the REPAY Payables Platform and included on the remittance advice (voucher).



Sage 300Compatibility
11 months ago

Sage 300 2021: Support for 2021 PU1 through PU4

Released: June 20, 2024

This release provides updated installers compatible with Sage 300 2021 PU1 through PU4. For the latest version of all installers, go to Software Downloads.

Release Notes

TicketTypeDescription
ERP-6713FeaturePU3 and PU4. Receivables. To assist in troubleshooting, additional environment details are sent to the payment gateways (legacy and REPAY) in Merchant Defined Fields 1 through 6:
  • MDF 1 - Sage 300 version and PU
  • MDF 2 - REPAY version
  • MDF 3 - REPAY installation date
  • MDF 4 - Windows Server version
  • MDF 5 - Microsoft SQL Server version
  • MDF 6 - Client OS


Downloads

  • PU1 - REPAY v6.8.61
  • PU2 - REPAY v6.8.62
  • PU3 - REPAY v6.8.63
  • PU4 - REPAY v6.8.64
eCommerce
11 months ago

Adobe Commerce (Magento2): Version 3.2.1

Released: June 18, 2024

This release lets you hide the Place Order button in the REPAY payment method section of checkout.

By default, Magento2 checkout includes a Place Order button in each payment method section. If your theme adds a Place Order button in the checkout order summary, use this option to prevent showing two Place Order buttons.

Release Notes

TicketTypeDescription
ERP-6581FeaturePayment Method Setup > Personalization Settings. To hide the Place Order button in the REPAY payment method section, set Never display the button 'Place Order'? to Yes. If desired, set Display Message After Payment to Yes and customize the response message shown after the buyer enters their credit card to explain how to complete the purchase.  


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.

REPAY Payables Platform
11 months ago

REPAY Payables: Version 300.7

Released: June 11, 2024

This release allows longer TLDs in all vendor email fields and includes an internal security fix.

Release Notes

TicketTypeDescription
CPAY-7920FixInternal security fix.
CPAY-8386FeatureVendors and payment files. REPAY Payables now accepts all email addresses with top-level domains (TLDs) that are longer than six characters (for example, yourname@example.business). A previous release allowed long TLDs for vendor contact email; this extends the logic to the email and remit email address fields.


Acumatica
11 months ago

Acumatica: Version 24.0610.0

Released: June 10, 2024

This release corrects a number of customer issues and includes a ClickToPay customization project for Acumatica 2024 R1.

Release Notes

TicketTypeDescription
ERP-6205
Feature
ClickToPay customization project for Acumatica 2024 R1.
ERP-6202FixCorrected an issue with Acumatica invoices not in sync with ClickToPay.
ERP-6337,
ERP-6356
FixCorrected an "Object Reference not set to an instance of an object" error when applying a debit adjustment to a bill.
ERP-6573FixRemoved sending the tax ID field for a vendor from Acumatica to REPAY Payment Processing.
ERP-6290FixThe Implementations Team can now manually zero-out negative balance invoices. This is not supported in the ClickToPay portal. 


Downloads

IMPORTANT:  To avoid conflicts with other modifications or customization projects, we strongly advise that you install and test REPAY Base and ClickToPay customization projects in a staging or sandbox environment before deploying them to production. If you run into issues, please contact Support.

Base Customization Projects2022 R22023 R12023 R22024 R1
ClickToPay Customization Projects2022 R2
2023 R1
2023 R2
2024 R1


Resources

DocumentationPortals & PagesProduct Demos
Acumatica User Guide
REPAY Status PageAcumatica Card & ACH
Functionality MatrixREPAY Gateway LoginREPAY ClickToPay
Supported VersionsREPAY Elevate AP Vendor Payments
 REPAY Payables Platform 
REPAY ClickToPaySage Intacct
11 months ago

REPAY ClickToPay and Sage Intacct: Version 1.46.0

Released: June 3, 2024

This release includes a fix for vendor account number and internal security updates.

Release Notes

TicketTypeDescription
ERP-6546FixVendor > Payment Information. If entered in Intacct, the Vendor Account Number - that is, the account number that a vendor assigns to your organization - is included in the REPAY vendor validation. Previously, a different number was displayed in some cases.
MultipleFixInternal security fixes and updates to third-party software.
REPAY Payables Platform
11 months ago

REPAY Payables: Version 300.6

Released: June 3, 2024

This is an internal release. It supports different types of bank accounts for customer funding and ensures that the correct information is provided in the ACH debit and credit files. There are no customer-facing changes.

Release Notes

TicketTypeDescription
MultipleFeatureInternal. Customer Setup > Customer Funding. The new Account Category fields let Payables admins specify the type of bank account used to auto-fund batches and receive credit refunds.

Options are Checking (default), Savings, General Ledger, and Loan. Existing customers are set to Checking.


Microsoft Dynamics 365
11 months ago

Dynamics 365 Business Central: Version 21.0.1.9

Release Date: May 28, 2024

This release sends the vendor invoice number (external document number) to identify invoices you pay with REPAY.

Release Notes

TicketTypeDescription
ERP-6313FeaturePayment Journals. In vendor payments, the external document number (on purchase invoices, the Vendor Invoice No. field) is now used as the invoice number to identify payments. Previously, the generated document number was sent to REPAY Payables as the invoice number.


Downloads

Get REPAY Now in AppSource

Resources

DocumentationPortals & PagesProduct Demos
REPAY for Dynamics 365 Business Central GuideREPAY Status PageDynamics 365 AP Vendor Payments

REPAY Payables Platform
Sage 100Compatibility
11 months ago

Sage 100: Version 7.07 - Support for Sage 100 2024

Released: May 31, 2024

This release adds support for Sage 100 2024 and the latest product updates (PU) to Sage 100 2022 and 2023.

Downloads

  • Sage 100 2024 (Base)
  • Sage 100 2023 (PU 0-3)
  • Sage 100 2022 (PU 0-6)

For earlier versions of Sage 100, go to Software Downloads.

Resources

DocumentationPortals & PagesProduct Demos
Sage 100 User GuideREPAY Status PageSage 100 Card & ACH
Supported VersionsLegacy Gateway LoginREPAY ClickToPay
Functionality MatrixREPAY Gateway LoginAP Vendor Payments
Known 3rd Party ISV Compatibility MatrixREPAY Elevate
Sage 100 Class OverridesREPAY Payables Platform