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
Microsoft Dynamics 365
10 months ago

Dynamics 365 Business Central: Version 21.0.2.0

Released: July 25, 2024

This release notifies you when there is an issue with a payment submitted as part of a payment group.

Release Notes

TicketTypeDescription
ERP-6896FeaturePayment Journals > REPAY Payment Groups. If a payment fails when you submit a payment group, a popup error message is displayed with guidance for fixing the issue. The error is also captured in the REPAY payment logs (no change).
 


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 300Compatibility
10 months ago

Sage 300: Support for 2021 PU5 and 2020 PU1-PU2

Released: July 22, 2024

This release provides updated installers compatible with Sage 300 2021 PU5 and Sage 300 2020 PU1 and PU2. For the latest version of all installers, go to Software Downloads.

Downloads

Sage 300 2021

  • PU5 - REPAY v6.8.65

Sage 300 2020

  • PU1 - REPAY v6.7.61
  • PU2 - REPAY v6.7.62


REPAY Payables Platform
10 months ago

REPAY Payables: Versions 301 & 302

Released: July 10, 2024

This release includes updates to the Payables API and a security update. 

It also includes prep work for vendor payments in Canadian dollars (Canadian Payables). To pay vendors in CAD, your business must have a bank account in Canada to fund vendor payments in CAD and go through a full underwriting process with the REPAY banking partner in Canada.

Release Notes

TicketTypeDescription
CPAY-7905FeaturePayables API. Use the poNumber field in the invoices array to include PO numbers when creating payments through the API.
CPAY-5549FixInternal security update.

Note: In the Resources section, the documentation contains two optional fields for future support of cross-border payments (where a USD invoice is paid in CAD or a CAD invoice is paid in USD).

  • Resources > API Documentation. In the invoices array, use netBeforeConversion and invoiceCurrency to provide the original invoice amount and currency.
  • Resources > File Specifications. In PF files, the Net Before Conversion and Invoice Currency fields are analogous to the new API fields.
eCommerce
10 months ago

Adobe Commerce (Magento2): Version 3.2.3

Released: July 9, 2024

This release fixes a UI issue with the REPAY payment method section when you hide the Place Order button.

Release Notes

TicketTypeDescription
ERP-6879FixWhen a buyer submitted a new credit card and then clicked the Place Order button in the checkout order summary, the (REPAY) credit card section remained on-screen and reloaded, clearing the credit card information. A buyer might see this and think they had to enter their card again.

Now, once the credit card details are submitted, the REPAY section is hidden. Clicking Place Order submits the order.


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

REPAY ClickToPay and Sage Intacct: Version 1.48.0

Released: July 8, 2024

This release creates a single payment group when paying bills in Sage Intacct and fixes an issue with the Sage Intacct application (.xml) installer. It also includes internal security fixes.

Release Notes

TicketTypeDescription
ERP-6481FeatureSage Intacct. Accounts Payable > Pay Bills. Payment groups now combine all selected bills into one payment group and within the payment group, combine vendor’s invoices into one payment. Previously, paying bills set up one payment group per vendor.
ERP-6791FixSage Intacct. The installer file generated by Download XML couldn't be installed in Intacct.
MultipleFixInternal security fixes and updates.

 

Resources

DocumentationPortals & PagesProduct Demos
REPAY for Sage Intacct User GuideREPAY Payables PlatformVendor Opt-In for Sage Intacct

REPAY Status PageREPAY ClickToPay


REPAY for Sage Intacct AR
eCommerce
10 months ago

WooCommerce: Version 3.2.0

Released: July 2, 2024

This release addresses internal security vulnerabilities.

Release Notes

REPAY for WooCommerce is a WordPress plugin. To access REPAY settings, in the WordPress admin console, go to WooCommerce > Settings and click the Payments tab. Next to REPAY Configurations, click Manage. 

TicketTypeDescription
ERP-6798,
ERP-6804
FixInternal security fixes and updates.


Downloads

Download REPAY for WooCommerce

Installation

To install the plugin:

  1. Download the plugin but don't unzip it. 
  2. Sign in to the WordPress admin dashboard and select Plugins and then click Add New.
  3. At the top of the Add Plugins page, click Upload Plugin and browse to select the REPAY plugin.
  4. Click Install Now.
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.