Transactions
Update inflight
Commit or void an inflight transaction with the Python SDK.
PUT
Update inflight
Use
blnk.transactions.update_status to commit or void an inflight transaction or batch.
1
Call the method
- Commit
- Partial commit
- Void
blnk.transactions.update_status
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