Transactions
Bulk commit inflight
Commit multiple independently-created inflight transactions with the Python SDK.
POST
Bulk commit inflight
Use
blnk.transactions.bulk_commit_inflight to commit multiple inflight transactions.
1
Call the method
- Queued commit
- Synchronous commit
blnk.transactions.bulk_commit_inflight
2
Review per-item results
Check
response.data["results"] for each transaction’s outcome. Failed items include a code and message without stopping the rest of the batch.3
Response
200 OK