This changelog provides an overview of the recent changes made to the Payabli APIs.

Changes for September 8, 2025

Idempotency changes

For API requests, IdempotencyKey persistence has increased from 1 to 2 minutes. This allows more time to safely retry requests without risk of duplicate processing.

API changes

Enhanced transfer query filtering and response data

Query/transfers endpoints: Added new filtering options and response fields to provide better organization context and external system integration support.

New filter options

Added support for filtering transfers by parent organization and external system identifiers:

  • parentOrgName (ct, nct, ne, eq): Filter transfers by parent organization name
  • parentOrgId (ct, nct, ne, eq): Filter transfers by parent organization ID
  • externalPaypointID (ct, nct): Filter transfers by external paypoint identifier

New response fields

Enhanced transfer records with additional organizational and integration data:

  • parentOrgName: The parent organization name
  • parentOrgId: The parent organization ID
  • parentOrgLogo: The parent organization logo URL
  • externalPaypointId: The external paypoint ID for integration tracking

Transfer details query summary enhancements

/Query/transferDetails/ response: Added netBatchAmount to the response to help make the batch amount calculations more clear. The net batch amount is the gross batch amount minus any returns, refunds, billing and fees items, chargebacks, adjustments, and third party payments.