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 Method | URI Scheme |
---|---|
PUT | /server/transaction/status |
Parameters
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Body | request | Request body parameters, see schema for details. | Required |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Contains the transaction status. | TransactionStatusResponse |
Security
Type | Name |
---|---|
apiKey | Key |