- The card transaction is initiated
- A hold is placed on the requested funds
- A clearing request is made by the merchant
- The hold is released and funds are debited from the account
Hold Release Notifications
You will need to register to receive thehold_expiration.create
webhook in order to be notified when an expired hold is released. In the payload Treasury Prime will pass the ID of the hold_release
transaction. You can leverage this ID to lookup all the related transactions, including the initial hold
transaction via the trace_id
on the hold_release
transaction.