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

Changes

Changed in 3 of the 45 revisions of this API.25

    • added the new yearly enum value to the /////////// response property for the response status

      response-property-enum-value-added

    • added the required property // to the response with the status

      response-required-property-added

    • added the required property // to the response with the status

      response-required-property-added

    • added the required property // to the response with the status

      response-required-property-added

    • added the required property // to the response with the status

      response-required-property-added

  • 314f542b4d3911See the full diff
    • added the new locked enum value to the ////// response property for the response status

      response-property-enum-value-added

    • removed the paused enum value from the ////// response property for the response status

      response-property-enum-value-removed