---
title: "Get terms and conditions"
method: GET
path: "/api/legaldocuments/v1/TermsAndConditions/{merchantNumber}"
tags: ["Terms And Conditions"]
---

# Get terms and conditions

`GET /api/legaldocuments/v1/TermsAndConditions/{merchantNumber}`

Retrieve all terms and conditions applicable to the specified merchant.

## Path parameters

- `merchantNumber` string, required

## Query parameters

- `shouldMaskSensitiveData` boolean

## Response `200`

Success

- TermsAndConditionsCollection
  - `content` TermsAndConditions[], nullable
    - `termsAndConditionsID` integer — Deprecated identifier for terms and conditions. Values may differ between Sandbox and Production. Use typeID instead.
    - `typeID` integer — Identifier for a specific set of terms and conditions. When programming against the terms and conditions endpoints this identifier should be used to select the desired set of terms and conditions.
    - `text` string, nullable — A string containing the terms and conditions in an HTML format. Can be used for displaying the terms and conditions on a website.
    - `effectiveDateUTC` string, date-time — The UTC date when these terms and conditions went into effect.

## Other responses

- `500` — Server Error

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/revisions/f37077c24b66/schema)
