Skip to content

Commit 41c5028

Browse files
committed
update changelog
1 parent a37e2d8 commit 41c5028

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
## [Released]
22

3+
## [2.8.3] - 2025-11-21
4+
5+
### Added
6+
- **Wallet Account Withdraw**: New withdraw method for Wallet Account resource 💰
7+
- `ZaiPayment.wallet_accounts.withdraw(wallet_account_id, account_id:, amount:, **options)` - Withdraw funds from a wallet account to a disbursement account
8+
- Support for basic withdrawals with account_id and amount
9+
- Support for custom descriptors (max 200 chars for NPP, 18 for DE batch)
10+
- Support for reference IDs (cannot contain '.' character)
11+
- Support for NPP IFTI payouts with end_to_end_id and ifti_information
12+
- Validation for required fields (account_id, amount)
13+
- Validation for custom descriptor length
14+
- Validation for reference_id format
15+
- Comprehensive YARD documentation with examples
16+
17+
**Full Changelog**: https://github.com/Sentia/zai-payment/compare/v2.8.2...v2.8.3
18+
319
## [2.8.1] - 2025-11-07
420

521
### Fixed

0 commit comments

Comments
 (0)