/api/conversations/{conversationId}/bankTransactions/accountsRetrieving information on bank accounts related to the conversation
Returns information about the accounts from which transactions have been downloaded. This information occurs only when the bankTransactions section was defined when creating a conversation. and are available when the appropriate callback is received, or when the bankTransactions status reaches FINISHED.
Description of the Response Content
Detailed description of returned fields:
| Parameter | Example | Description |
|---|---|---|
| date | 2020-09-17T11: 18: 21.999Z | Date on which the information was collected. |
| balance | 10030 | Account balance in a currency unit, e.g. in pennies. The value determines the balance of funds available on the account or, if there is no such information, the balance of funds booked. It may not occur if the bank does not provide the balance. |
| bank | BREXPLPW | Bank where the transaction was performed. The value identifies the bank as the SWIFT / BIC code. |
| accountId | PL68249000050000400075212326 | Account number. |
| currency | PLN | currency type |
| activationDate | 2014-11-19 | The date when the account was opened or the date of the oldest transaction found. |
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversationId | path | string | Required | Conversation ID |
Responses
Account information available
application/vnd.authologic.v1.1+jsonJSONitemsarray<Account> required List of transaction information for each account
Bad Request
application/vnd.authologic.v1.1+jsonJSONBadRequestApiErrorMethodArgumentNotValidErrorMethodArgumentTypeMismatchErrorConstraintViolationErrorCustomValidationApiErrorOperationNotSupportedApiFieldErrorMissingHeaderApiErrorExhaustion of the plan or limitations related to non-payment
Forbidden
application/vnd.authologic.v1.1+jsonJSONstatusstring required Response status
messagestring required Descriptive error message
violationsarray<Violation> required Validation error list
statusDetailstringResponse status detailed information
Conversation not found
application/vnd.authologic.v1.1+jsonJSONstatusstring required Response status
messagestring required Descriptive error message
violationsarray<Violation> required Validation error list
statusDetailstringResponse status detailed information
Conversation is unavailable
application/vnd.authologic.v1.1+jsonJSONstatusstring required Response status
messagestring required Descriptive error message
violationsarray<Violation> required Validation error list
statusDetailstringResponse status detailed information
Server side error