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