This changelog provides an overview of the recent changes made to the Payabli APIs. 
New field in the bankData object
We’ve added the accountId field to the bankData object. This field lets you add your own internal identifier for a bank account anywhere the bankData object is used. The accountId field accepts a string of up to 64 characters.
New payout status and summary fields
The response for GET Query/payouts/{entry}/{orgId} endpoint now includes two new Summary fields: totalOnHold and totalOnHoldAmount. These fields help understand how many transactions are on hold, and  the total amount of the held payout transactions. We’ve also added a new payout status option with “Status”:4 corresponding to “PaymentStatus”: “OnHold”.
New webhooks for virtual cards
Added new webhook notifications for virtual cards:
- CardCreated: triggered when a virtual card is created
- CardActivated: triggered when a virtual card is activated
- CardDeactivated: triggered when a virtual card is deactivated
- CardExpired: triggered when a virtual card has expired
- CardExpiring: triggered when a virtual card is about to expire
- CardLimitUpdated: triggered when a virtual card’s limit is updated