Bulk transactions
Handle bulk transactions in your Blnk Ledger.
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
Body
When true
, either all transactions succeed or all fail. When false
, transactions are processed independently.
When true
, transactions are created in INFLIGHT
status and require a separate commit. When false
, transactions are applied immediately.
When true
, processing happens in the background and results are delivered via webhook. When false
or not provided, processing happens synchronously and results are returned in the response.
An array of transaction objects.