Subscribe to our changelog RSS feed: https://docs.payabli.com/changelog.rss

2025

2024

2023

Notes & Events, embedded components versioning, and numerous enhancements

This release includes several enhancements and bug fixes across the web app, API, and embedded components. Here are the highlights:

Web app

These changes impact PartnerHub, PayHub, or both.

Creator updates (beta)

  • Added the ability to set border radius to 0
  • Fixed minor style inheritance issue with boarding components in Creator
  • Fixed an issue that caused an error when continuing a Creator session after a timeout warning. Sessions now continue as expected
  • Fixed an issue with footer button transparency

General enhancements

  • Increased the custom field character limit in Payment Links from 250 to 1000 characters
  • Fixed character alignment in some badges in Money Out reports
  • Updated “Entry Name” column to “Entry Point” to align with the API
  • Clarified the text on the Create a Token modal
  • Made minor UX improvements to the Vendor screen
  • Added a TemplateID column to the Templates screen
  • Added ability to filter ACH Returns & Chargebacks and Transaction report by custom fields
  • Improved bill screen UI on tablets and mobile devices
  • Improved UI responsiveness for some reports
  • CAPTCHA improvements detailed
  • Fixed various issues including those with transaction reports, payment links, and notification emails

Boarding

Notes & Events

We’re excited to announce the new Notes & Events feature for boarding applications. This feature lets you collaborate with the Payabli team through notes and receive updates as an application moves through the boarding process.

To use Notes & Events, head to your Applications screen, and hover over the icon in the Notes & Events column. You can also open an application and click the Notes & Events tab.

Other boarding updates

  • Made minor UX improvements to boarding applications and the boarding link screen
  • Added a new column for Notes & Events with filtering capability
  • Improved validation for the Owner Date of Birth field
  • Improved handling of sections marked not visible on templates
  • Fixed bug with file drag-and-drop in applications
  • Fixed issues with boarding email notifications
  • Fixed error message when editing business details
  • Fixed email field issues when sending applications
  • Fixed ACH return notification email subject line
  • Fixed blank screen bug when navigating to paypoint from PartnerHub

Embedded components

New library versioning

We’ve adopted semantic versioning for embedded components. The sandbox library URL is now evergreen, while production environments require explicit version declaration in X.X.X format. Beginning October 22, 2023, versions older than 1.9.0 are no longer supported.

Other changes

  • Added ability to toggle JCB and Diner’s Club cards acceptance via the card configuration object:
    1{
    2 "enabled": true,
    3 "amex": true,
    4 "discover": true,
    5 "visa": true,
    6 "mastercard": true,
    7 "diners": true,
    8 "jcb": false
    9}
  • Improved card validation for Diners Club cards

API

  • Increased custom field character limit from 250 to 1000 characters
  • Added isHold filter to various API endpoints
  • Added new parameters to the Summary object for Query/transferDetails and Query/settlement endpoints
  • Fixed issues with last_modified timestamp, notification failures, and MoneyIn/reverse operation