Transfers
Transfer management operations
📄️ List transfers
Returns a paginated list of transfers for the specified company.
📄️ Create transfer
Creates a new transfer between two accounts. Source and destination accounts must be different.
📄️ Get transfer
Retrieves a transfer by its unique identifier.
📄️ Update transfer
Updates a pending transfer. Only pending transfers can be updated.
📄️ Void transfer
Voids a transfer, preventing further modifications.
📄️ Commit transfer
Commits a pending transfer, creating a ledger transaction that debits the source account and credits the destination account.