✨ New Features
- Transaction Detail by ID: Launched a new API to fetch specific transaction details using a
transaction_id. - Virtual Account Transaction History: Developers can now retrieve transaction lists associated with a specific
virtual_account_id. - Batch Item Status Webhook: Introduced the
batch.transaction.item.statuswebhook to track items as they enter the processing queue.
🛠️ Improvements
- Immediate Batch IDs: The
transaction_idis now available in the Batch Details response immediately following a Batch Create call. - Enhanced Conflict Responses: When a duplicate beneficiary is detected, the
409 Conflicterror now returns the existingbeneficiary_id.
🐞 Bug Fixes
- Strict Country Code Validation: Added mandatory ISO alpha-3 validation for beneficiary country codes.