v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Agreement
Admin

List merchant-level AgreementRecords the merchant has accepted, in the order they were signed. Excludes per-transaction records (e.g. customer ACH authorizations).

List merchant-level AgreementRecords the merchant has accepted, in the order they were signed. Excludes per-transaction records (e.g. customer ACH authorizations).

get/api/v1/admin/merchants/{id}/agreement-records

Path parameters

idstring uuid required

The id parameter

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true,
  "data": [
    {
      "agreement_kind_label": "Quidkey Merchant Terms"
    }
  ]
}