Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.37 KB

UpdateResult.md

File metadata and controls

13 lines (9 loc) · 1.37 KB

UpdateResult

Properties

Name Type Description Notes
result str Note that 'OK' just means that finAPI could successfully connect and log in to the bank server. However, it does not necessarily mean that all accounts could be updated successfully. For the latter, please refer to the 'status' field of the Account resource.
error_message str In case the update result is not <code>OK</code>, this field may contain an error message with details about why the update failed (it is not guaranteed that a message is available though). In case the update result is <code>OK</code>, the field will always be null. [optional]
error_type str In case the update result is not <code>OK</code>, this field contains the type of the error that occurred. BUSINESS means that the bank server responded with a non-technical error message for the user. TECHNICAL means that some internal error has occurred in finAPI or at the bank server. [optional]
timestamp str Time of the update. The value is returned in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).

[Back to Model list] [Back to API list] [Back to README]