Transactions
Update inflight
Commit or void an inflight transaction with the Java SDK.
PUT
Update inflight
Use
blnk.transactions().updateStatus for this operation.
1
Call the method
- Commit
- Partial commit
- Void
2
Confirm the outcome
Check
response.data().get("status").asText() for COMMIT or VOID. Use parent_transaction to link the result back to the original inflight transaction.3
Response
200 OK
Related docs
Inflight transactions
Holds, commits, voids, and partial commits.
Update inflight
HTTP request and response schema.