Skip to content

CPM-Usio Release Notes - 1.5.289727

CPM for Usio 1.5.289727

June 29, 2026




Updated

Minimum Dependency Requirements

This release requires the following minimum versions. Update these modules before installing CPM-Usio 1.5:

  • Channel Payments Manager Core: 1.16
  • Suite Engine API Engine Library: 1.21

Data-Load: Removed Hard-Coded Timestamps

API function records in the Usio data-load no longer pre-populate with a hard-coded last-execution date. Re-running the data-load now installs API functions with no prior run timestamp, so automation schedules start fresh rather than appearing to have already run in the past.

Code Quality and UI Improvements

This release resolves code analyzer warnings, corrects minor logic issues, and improves the icons used for page actions on the Usio Payment pages.

 

Fixed

Blank Customer Link Records

In certain scenarios, Usio customer link records with a blank primary key (no Payment Platform Code and no Payment Platform Id) could be created. These blank records caused downstream automation, such as batch transaction linking, to fail.

  • The app now blocks insertion of any customer link record with a fully blank primary key and displays a clear error message directing users to open Payment Methods or New CPM Payment to create the link correctly.
  • The upgrade step automatically removes any existing blank customer link records left over from earlier versions.

Usio Checkout Token Generation URL

The URL used to generate Usio Checkout payment tokens was incorrectly configured, causing token generation to fail in environments using the Usio Checkout payment flow.

  • The credential endpoint is now correctly set to https://checkout.usiopay.com/2.0.
  • The SUBMITTOKENPAYMENT function path has been corrected so the full request URL resolves properly against this endpoint.