v1
latestOpenAPI 3.1.02026-07-132363652.9 MBAgreement
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
Example response
{
"success": true,
"data": [
{
"agreement_kind_label": "Quidkey Merchant Terms"
}
]
}