Holds are a critical part of the standard flow of a debit card transaction. Ordinarily, the following flow of events happens:Documentation Index
Fetch the complete documentation index at: https://docs.treasuryprime.com/llms.txt
Use this file to discover all available pages before exploring further.
- 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.