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 2 Next »

Description

Checks the transaction status. This method opens and fetches the status of the provided transaction. The returned data contains transaction information such as user status. It is possible to see if participants have opened or signed the transaction, provided that MONITOR_STATUS or MONITOR_STATUS_BY_PARTICIPANTS is part of the service package specified by the creator at the time of creation.

HTTP methodURI scheme
PUT/server/transaction/status

Parameters

TypeNameDescriptionQualificationSchema
Body

request

Request body parameters, see schema for details.

Required

TransactionRequest

Responses

HTTP codeCommon messagesDescriptionSchema
200

Contains the transaction status.

TransactionStatusResponse
400The application with the specified key could not be found
string
An error has occurredThis error message is returned if the transaction parameter of TransactionRequest is corrupt.string

Security

TypeName
apiKeyKey




  • No labels