Transactions
Bulk void inflight
Void multiple independently-created inflight transactions with the Python SDK.
POST
Bulk void inflight
Use
blnk.transactions.bulk_void_inflight to void multiple inflight transactions.
1
Call the method
- Queued void
- Synchronous void
blnk.transactions.bulk_void_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