Blnk supports scheduling a transaction for a later specified date. This can be useful for both one-time or recurring transactions that need to automatically happen at a certain date in the future.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.
Scheduling a transaction
To schedule a transaction, include thescheduled_for field in your request body when calling the record-transaction endpoint.
transaction.applied webhook event.
Canceling a scheduled transaction
To cancel a scheduled transaction on your ledger, schedule a new transaction for a few seconds after the original scheduled transaction. The destination balance of the original transaction becomes the source, and the original source becomes the destination. This way, the transaction is canceled on your ledger.Scheduling an inflight commit transaction
Available in version 0.14.1 and later.
inflight: true with inflight_commit_date instead.
Schedule inflight commits
Learn how to schedule an inflight commit transaction