Skip to content
background-image background-image

eDoklad - Transaction Connector

Get Transaction Result

eDoklad - Transaction Connector

  • Version

    3.0

  • Agent restriction

    None

  • Processing type

    Row by row

  • Multi-input step

    Not Supported

eDoklad - Get Transaction Result is a powerful action that allows you to retrieve the outcome of a transaction processed through the eDoklad system. This action is designed for efficiency, enabling you to access transaction results quickly and easily. You can call this action only once per transaction, ensuring that you receive the most accurate and up-to-date information. By integrating this functionality into your workflow, you enhance your ability to monitor and manage transactions effectively, making it an essential tool for businesses looking to streamline their operations and improve decision-making.

Configuration

eDoklad - Get Transaction Result Configuration (ver. 1.0.0)

Await

Await until some document is scanned and return the result. Otherwise return even if no document is scanned.

Error behavior

The available values are:

  • Fail and return response: The connector fails at the specified line but generates output with error details.

  • Fail without response: The connector fails - the error will be displayed only in the log.

  • Do not fail and return response: The connector does not fail but generates output records that may be marked with an error and detailed information.

eDoklad - Connection (ver. 1.0.0)

Url

Url of the eDoklady server.

Certificate Password

Password for the certificate.

Certificate in Base64

Path to the certificate.


Input & Output Schema

Input

eDoklad - Get Transaction Request (ver. 1.0.0)

Column Data type Allow null Description
TransactionId String No Unique identifier for each transaction in the Edoklad system

Output

eDoklad - Transaction Result (ver. 1.0.0)

Column Data type Allow null Description
Status Integer No Indicates the current status of the transaction
Errors String No Contains error messages related to the transaction
IsError Bool No Indicates whether the transaction encountered an error
Content eDoklad - Transaction Result Dto v1.0.0 Yes Holds the detailed result of the transaction process

eDoklad - Transaction Result Dto (ver. 1.0.0)

Column Data type Allow null Description
PresentationResult String No Represents the result of the transaction presentation
ObtainedDocuments eDoklad - Document Response Dto v1.0.0 Yes Contains the documents obtained from the eDoklad service

eDoklad - Document Response Dto (ver. 1.0.0)

Column Data type Allow null Description
DocumentName String No Specifies the name of the document for the transaction
ObtainedCredentials eDoklad - Presented Credential Dto v1.0.0 Yes Contains the credentials obtained for the eDoklad transaction

eDoklad - Presented Credential Dto (ver. 1.0.0)

Column Data type Allow null Description
Name String No Represents the name of the transaction connector
AttributeDataType String No Specifies the type of data associated with the transaction
Value String No Contains the value related to the specified attribute