improved

V2 - Removed `outstanding_balance` constraint when matching a transaction and an invoice

Before, when matching a transaction to an invoice, the outstanding_balance of the transaction had to be greater than zero. This constraint has been removed and the API won't return a 422 anymore. If you want to keep this behaviour, you should check the value of outstanding_balance on your side before attempting to match the transaction.