Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
If you need the creator/participant sign status, you need to use Get transaction status for the application.

Steps

  1. Submit a request in accordance with the details in Open transaction for the application.
  2. The platform retrieves the server account of the requesting application
  3. The platform retrieves the organisation to which the application belongs.
  4. The platform checks if the server account of the application is enabled.
  5. The platform performs the following validations:
    1. Transaction must be specified in the TransactionRequest.
    2. Application must have a name.
    3. Organisation to which application belongs should be known.
  6. The platform opens the transaction
  7. The platform fetches the transaction details along with the status of the transaction for each participant of the transaction.
  8. The platform archives the transaction with timestamps and updates the transaction status in the archive as opened.
  9. The platform returns the TransactionMessageResponse.






Plantuml


Error messages

Expand
title


HTTP status codeMessageComments
400The application with the specified key could not be found
400An error has occurred

This error message is returned

Plantuml

Error messages

Expand
title
HTTP status codeMessageComments
400The application with the specified key could not be found400An error has occurred

This error message is returned

Info
If you need the creator/participant sign status, you need to use Get transaction status for the application.

Steps

  1. Submit a request in accordance with the details in Open transaction.
  2. The platform retrieves the server account of the requesting application
  3. The platform retrieves the organisation to which the application belongs.
  4. The platform checks if the server account of the application is enabled.
  5. The platform performs the following validations:
    1. Transaction must be specified in the TransactionRequest
    2. Application must have a name
    3. Organisation to which application belongs should be known.
  6. The platform opens the transaction
  7. The platform fetches the transaction details along with the status of the transaction for each participant of the transaction.
  8. The platform archives the transaction with timestamps and updates the transaction status in the archive as opened.
  9. The platform returns the TransactionMessageResponse.