This changelog provides an overview of the recent changes made to the Payabli APIs.
Changes for October 22, 2025
API changes
New splitAmount field in transfer responses
We added a new splitAmount field to transfer-related responses. This field represents the sum of each splitFundingAmount of each record in the transfer, providing better visibility into split funding allocations without requiring additional API calls.
Affected endpoints
- GET /MoneyOut/get-transfers: Added
splitAmountto theSummaryobject in the response - GET /MoneyOut/get-transfer-detail: Added
splitAmountto theSummaryobject in the response - GET /MoneyOut/get-transfer-by-id: Added
splitAmountto the individual transfer record in the response
What changed
- Added
splitAmountas an optionaldoublefield in transfer summary and detail responses - The field will be
nullif the transfer has no split funding configuration - The value represents the total of all
splitFundingAmountvalues across all records in the transfer
Example response (GET /MoneyOut/get-transfers)
Example response (GET /MoneyOut/get-transfer-by-id)
New wallet fields in statistics responses
We added the new inWalletTransactions and inWalletVolume fields to paypoint and organization statistics responses.
Only the GET /Statistic/basic/{mode}/{freq}/{level}/{entryId} endpoint is affected.
What changed
- Added
inWalletTransactionsas anintegerfield representing the total number of transactions made with wallets in a paypoint or organization - Added
inWalletVolumeas adoublefield representing the total volume of transactions made with wallets in a paypoint or organization