Versions Compared

Key

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

...

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 MethodmethodURI Schemescheme
PUT/server/transaction/status

...

TypeNameDescriptionQualificationSchema
Body

request

Request body parameters, see schema for details.

Required

TransactionRequest

Responses

HTTP CodecodeCommon 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

...