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 nameparentOrgId
(ct, nct, ne, eq): Filter transfers by parent organization IDexternalPaypointID
(ct, nct): Filter transfers by external paypoint identifier
New response fields
Enhanced transfer records with additional organizational and integration data:
parentOrgName
: The parent organization nameparentOrgId
: The parent organization IDparentOrgLogo
: The parent organization logo URLexternalPaypointId
: 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.