Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Committing Transactions

isubiker edited this page Nov 3, 2011 · 1 revision

Committing Transactions

Transactions are committed by issuing a POST request to the /transaction/commit endpoint and providing the transaction ID (txid) to be committed.

Request details

  • Endpoint: /transaction/commit
  • Request type: POST
  • Parameters:
  • Returns
    • On success a 204 is returned
    • If the specified transaction does not exist or has expired, a 400 is returned.
Clone this wiki locally