Transactions
Update inflight
Commit or void an inflight transaction
PUT
Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
If set, the API uses an API key for authentication. Include the following header in your requests:X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Secure your Blnk server
Path
The unique id of the inflight transaction.
Body
Specifies the instruction for the inflight.
commitmeans the conditions were met and transaction should be processed.voidmeans the conditions were not met and amount should be rolled back.
Specifies the amount to be committed in the case of a partial commit. Learn more: Partial commits for inflight transactions.
Optional precision-applied amount to commit in the case of a partial commit. When set,
precise_amount takes precedence over amount.