Transactions
Bulk void inflight
Void multiple independently-created inflight transactions with the Java SDK.
POST
Bulk void inflight
Use
blnk.transactions().bulkVoidInflight for this operation.
1
Call the method
- Queued void
- Synchronous void
2
Review per-item results
Check
response.data().get("results") for each transaction’s outcome. Failed items include a code and message without stopping the rest of the batch.3
Response
200 OK
Related docs
Bulk inflight updates
Per-item failure codes and rollback behavior.
Bulk void inflight
HTTP request and response schema.