Service responsible for handling withdrawal operations in the backoffice system.
Only use this if the withdrawal method maps 1:1 with a Bank transaction.
Processes a withdrawal operation by reconciling it with a Bank transaction.
The arguments object
The ID of the Bank transaction to reconcile with
When withdrawal doesn't exist for quote
When withdrawal is already reconciled
When Bank Transaction is reconciled by another incompatible type
When withdrawal amount doesn't match Bank Transaction amount
Service responsible for handling withdrawal operations in the backoffice system.
Only use this if the withdrawal method maps 1:1 with a Bank transaction.