v1

latestOpenAPI 3.0.32026-07-248079274.0 KB
Faster 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

midstring uuid

The unique identifier assigned by Acquired.com for the Mid.

account_referencestring

A value to identify the account.

balancestring float

The current balance of the account.

available_balancestring float

The available balance of the current.

account_status'active'

Indicates whether the account is active or not.

createdstring date-time

The date and time the account record was created.

last_updatedstring date-time

The date and time the account record was last updated.

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"
}