Retrieve an account's details

Returns data for a given accountId. The response will contain either personal or business details, such as account name, primary owner of the account, and enabled features.

SecurityCommonAuth
Request
path Parameters
accountId
required
string (accountId)

The ID of the account to work with.

Example: F50091
query Parameters
personId
string <uuid> (personId) <= 36 characters

The ID of the person to filter by.

Example: personId=8e214819-5c83-429f-a976-eb127a0a8a88
include
Array of any

Optional embeds to include when returning the account.

Items Enum: "addresses" "currencies" "primaryOwner" "spot" "market" "settings" "maxCardsAndBudgets" "banks" "currencyAlignment" "productWithFeatures"
Example: include=addresses,currencies,primaryOwner,spot,market,maxCardsAndBalances,productWithFeatures
originAccountId
string (accountId)

The ID of the transfer origin account when considering for custom inbound fees.

Example: originAccountId=F50091
destinationAccountId
string (accountId)

The ID of the transfer destination account when considering for custom outbound fees.

Example: destinationAccountId=F50091
Responses
200

OK

400

Bad request

401

Unauthorised

403

Forbidden

404

Not found

405

Method not allowed

415

Unsupported media type

429

Too many requests

500

Internal server error

get/accounts/{accountId}
Request samples
Response samples
application/json
{
  • "id": "F50091",
  • "type": "Business",
  • "status": "customerClosed",
  • "termsAccepted": true,
  • "correlationId": "16700261790",
  • "primaryOwnerPersonaId": "28fe4bec-6e5a-475d-b118-1567f2fd5d25",
  • "privacyAccepted": true,
  • "salesperson": "Lester Spinka",
  • "accountManager": "Kerry McDermott",
  • "bankEntity": "BARC",
  • "currentRiskLevel": "Low",
  • "tier": "BRONZE",
  • "accountBanks": [
    ],
  • "features": {
    },
  • "productId": "3ef24d53-6e22-4103-a16b-d268e4f7346d",
  • "primaryOwner": {
    },
  • "business": {
    },
  • "personal": {
    },
  • "addresses": [
    ],
  • "currencies": [
    ],
  • "logo": {
    },
  • "payments": {
    },
  • "solutions": true,
  • "createdAt": "2021-01-30T08:30:00Z",
  • "updatedAt": "2021-01-30T08:30:00Z",
  • "maxCardsAndBudgets": {
    },
  • "marketId": "77df854b-d069-4002-a643-a2fe61a3b100",
  • "market": {
    }
}