Transactions
Bulk transactions
Handle bulk transactions in your Blnk Ledger.
POST
Authorization
Basic authentication header of the form — Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string of your username:password
.
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.
Sample transaction object