Bank Account Feed GET
GET /api/account/{account}/accounting/{platform}/{id}/bank/account/{bankAccountId}/feed
Gets the Bank Feed for an account.
URL Parameters
account* | Account | |
---|---|---|
platform* | Connection Platform | |
id* | Connection ID | |
bankAccountId* | string |
Responses
200 OK
id | string | |
---|---|---|
bankAccountName | string | |
reference | string | |
sortCode | string | |
accountNumber | string | |
currency | string |
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error
Example Success Response
{
"id": "string",
"bankAccountName": "string",
"reference": "string",
"sortCode": "string",
"accountNumber": "string",
"currency": "string"
}