Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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. TransactionMessageResponse is returned.




Error messages

 
HTTP status codeMessageComments
400An error has occurred

This error message is returned



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. TransactionMessageResponse is returned.




Error messages

 
HTTP status codeMessageComments
400An error has occurred

This error message is returned



  • No labels