v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
Accounts

Get account by ID

get/account/{accountId}

Path parameters

accountIdstring uuid required

ID for a Mercury account.

Response

accountNumberstring required
availableBalancenumber required
canReceiveTransactionsboolean nullable
createdAtstring yyyy-mm-ddThh:MM:ssZ required
currentBalancenumber required
dashboardLinkstring required
idstring uuid required

ID for a Mercury account.

kindstring required
legalBusinessNamestring required
namestring required
nicknamestring nullable
routingNumberstring required
status'active' | 'deleted' | 'pending' | 'archived' required
type'mercury' | 'external' | 'recipient' required

Example response

{
  "createdAt": "2016-07-22T00:00:00Z"
}
All 84 operations