> ## Documentation Index
> Fetch the complete documentation index at: https://developer.fin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# February 16, 2025

> Changelog for February 16, 2025

## ✨ New Features

1. **Destination Amount Support in Batch Transfers**

   The [Batch Transfer](/api-reference/transactions/execute-batch-transfer) API now supports `destination_amount` as an alternative to `source_amount`, ensuring the recipient receives the exact amount specified. Exactly one field must be provided per transaction item—not both.

   > **Note:** All amounts (whether `destination_amount` or `source_amount`) must be provided in minor units.

2. **GBR Bank Account Number Validation**

   New validation has been implemented for GBR bank account numbers when [creating a beneficiary](/api-reference/beneficiaries/create-beneficiary). The updated pattern `^[0-9]{4,9}$` applies to both LOCAL and SWIFT schemes.

## 🐞 Bug Fixes

1. **Fix: SWIFT Beneficiary Syncing**

   Resolved an issue with SWIFT beneficiary syncing.
