v1

latestOpenAPI 3.0.02026-07-2422987517.5 KB
Recurring charge

List company merchants for recurring charges

Returns the distinct merchants the company has card transactions with, ordered by name. Used to populate the merchant selector when creating a recurring charge. Requires access to the company's recurring charges.

get/v1/recurring_charges/company_merchants

Headers

company-idstring uuid required

UUID of the company on whose behalf the request is made. Required for every Accounting endpoint. See The company-id header for details on how to obtain a value for this header and the error responses to expect when it is missing or invalid.

Response

List of merchants

idstring uuid required
namestring
image_urlstring nullable

Example response

[
  {
    "id": "8e668a4e-8485-4248-86cc-a7a2201cf8c3",
    "name": "Amazon Web Services"
  }
]