1/13/2026 Release

Key Updates: Accept ACH payments through Braintree with full tokenization, verification, and real-time status updates. Control access with test-mode-only user permissions. Navigsate faster with Quick Actions on your dashboard. Plus: refreshed page designs, MFA autofill support, and important ACH validation updates for integrations.


Jump to: New Features | Improvements | Important Changes | Bug Fixes


New Features

ACH Payment Processing with Braintree

We've added comprehensive ACH (Automated Clearing House) payment support through Braintree, giving you more flexibility in how you accept payments.

  • ACH Tokenization - Securely store and reuse bank account information for recurring payments
  • ACH Verification - Automatically verify bank accounts before processing transactions
  • Real-time Status Updates - Track ACH transaction status as payments are processed through the banking system
  • Flexible Account Validation - Support for both personal and business bank accounts with appropriate name requirements for each
  • Webhook Status Visibility - Monitor your webhook connection status via the API and dashboard

Relevant Documentation

Test Mode User Access

Control who can access your live payment data with new test-mode-only user permissions.

  • Restrict Users to Test Mode - Create users who can only access test/sandbox environments
  • Visual Indicators - Easily identify test-mode-only users in your team management view
  • Profile Visibility - Users can see their access level directly in their profile

Quick Actions Dashboard

Get things done faster with the new Quick Actions feature on your dashboard, providing one-click access to your most common tasks.

Relevant Documentation


Improvements

Refreshed Page Design

We've standardized the look and feel across the entire dashboard with consistent page headers, improved spacing, and better visual hierarchy. Navigation feels cleaner and more intuitive.

Smoother MFA Experience

Your password manager can now autofill TOTP codes on the MFA verification page, making two-factor authentication faster and easier.

API Keys Page

The API Keys management page has received UX improvements for easier key management.

Boarding Form Validation

Age validation now prevents entering a date of birth that would make an owner younger than 18 years old, reducing form submission errors.


Important Changes

The following changes may affect existing integrations:

  • ACH Transaction Type Restrictions - ACH transactions now enforce transaction type validation. Void, Auth, and Capture operations are not supported for ACH and will be rejected.

  • ACH Bank Account Validation - ACH transactions now validate bank account data before submission:

    • Routing number must be exactly 9 digits
    • Account number must be 4-17 digits
    • Bank country must be 'USA'
  • ACH Name Requirements - Name field requirements are now enforced based on account type:

    • Personal accounts (personalChecking/personalSavings): Require both firstName and lastName
    • Corporate accounts (corporateChecking/corporateSavings): Require accountBusinessName OR both firstName and lastName
  • Braintree ACH Requirements - When using Braintree as the processor, ACH transactions require the achMandate field.


Bug Fixes

  • Fixed an issue where merchant details showed incorrect month formatting for establishment dates
  • Resolved a delay when loading platform names in the transaction log
  • Fixed ACH bank account fields not appearing correctly in certain transaction scenarios