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