Transactions
Update inflight
Commit or void an inflight transaction with the TypeScript SDK.
PUT
Update inflight
Use
blnk.Transactions.updateStatus to commit or void an inflight transaction or batch.
1
Call the method
- Commit
- Partial commit
- Void
blnk.Transactions.updateStatus
2
Confirm the outcome
Check
response.data.status for COMMIT or VOID. Use parent_transaction to link the result back to the original inflight transaction.3
Response
200 OK