v2
latestSwagger 2.02026-08-0610101.9 MBBank accounts
Search bank accounts
Returns a list of bank accounts whose account number match the search-query supplied in the request, either exactly or partially as a prefix.
post/v0/organizations/{organization-id}/bank/accounts/search
Path parameters
organization-idstring required
Request body
Response
OK
Example response
{
"search-results": [
{
"controller-url": "/v0/legal-persons/lp.IGxlZ2FsLXBlcnNvbi1pZA",
"accrued-interest": {
"currency": "GBP",
"value": "1000.00"
},
"available-balance": {
"currency": "GBP",
"value": "1000.00"
},
"bank-addresses": [
{
"bank-id": "123456",
"account-number": "12345678"
}
],
"account-balance": {
"currency": "GBP",
"value": "1000.00"
}
}
]
}