Versions Compared

Key

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

...

HTTP CodeCommon messagesDescriptionSchema
200

Information about the opened transaction.

TransactionMessageResponse

400The application with the specified key could not be found
stringString
Input not valid: Participant can not be null.This error message is returned if the 'user' parameter of ManagedUserTransactionRequest is missing.stringString
Input not valid: Transaction can not be emptyThis error message is returned if the 'transaction' parameter of ManagedUserTransactionRequest is missing or is empty.stringString
An error has occurredThis error message is returned if the transaction data of ManagedUserTransactionRequest is not in the correct format.stringString
Input not valid: Participant can not be of unknown type: null

This error message is returned if

stringString
Input not valid: Participant corporateId can not be null for corporate or server user.
stringString
Input not valid: Participant applicationAccessId can not be null for private or corporate user.
stringString
Input not valid: Participant privateId can not be null for private or corporate user.
stringString
Unknow errorThis error message is returned if a wrong 'type' is specified for User. For example, a CORPORATE type is mentioned as SERVER.stringString
500

An unexpected error occurred: JSON parse error: <…>

This error message is returned if one or more parameters are of the wrong type.stringString

An unexpected error occurred: Type definition error: <…>

This error message is returned if one or more parameters are of the wrong type. stringString

Security

TypeName
apiKeyKey

...