v1
latestOpenAPI 3.0.32026-07-248079274.0 KBFaster Payments
Retrieve account details
Retrieves the account details using the unique mid. This identifier can be found in the Hub in the Settings > Developers tab.
get/accounts/{mid}
Path parameters
midstring uuid required
Unique ID assigned by Acquired.com for the Mid.
Query parameters
filterstring
Filter the parameters that you want to return within the response.
Response
OK
Example response
{
"mid": "4ebc5489-7b9f-4324-983e-07d4b2b00035",
"account_reference": "Main Account",
"account_detail": {
"account_name": "Mr E Johnson",
"sort_code": "123456",
"account_number": "87654321",
"iban": "GB29 NWBK 6016 1331 9268 19",
"bic": "HBUKGB4B",
"currency": "gbp"
},
"account_status": "active"
}