v45

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

Get cards for account

Retrieve all debit and credit cards associated with a specific account.

get/account/{accountId}/cards

Path parameters

accountIdstring uuid required

ID for a Mercury account.

Response

Example response

{
  "cards": [
    {
      "createdAt": "2016-07-22T00:00:00Z",
      "updatedAt": "2016-07-22T00:00:00Z"
    }
  ]
}