Terms And Conditions

Get Terms and Conditions for a Merchant

get

Retrieve all terms and conditions applicable to the specified merchant.

Path parameters
merchantNumberstringRequired

The merchant's unique identification number.

Query parameters
shouldMaskSensitiveDatabooleanOptional

Indicates whether sensitive data should be masked in the response.

Default: true
Responses
chevron-right
200

Success

application/json
get
/api/legaldocuments/v1/TermsAndConditions/{merchantNumber}

Get Terms and Conditions for a Specific Type ID

get

Retrieve the terms and conditions entry associated with the specified merchant and type ID.

Path parameters
merchantNumberstringRequired

The merchant's unique identification number.

typeIDinteger · int32Required

The unique identifier of the terms and conditions type.

Query parameters
shouldMaskSensitiveDatabooleanOptional

Indicates whether sensitive data should be masked in the response.

Default: true
Responses
chevron-right
200

Success

application/json
termsAndConditionsIDinteger · int32Optional

Deprecated identifier for terms and conditions. Values may differ between Sandbox and Production. Use typeID instead.

typeIDinteger · int32Optional

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.

textstring · nullableOptional

A string containing the terms and conditions in an HTML format. Can be used for displaying the terms and conditions on a website.

effectiveDateUTCstring · date-timeOptional

The UTC date when these terms and conditions went into effect.

get
/api/legaldocuments/v1/TermsAndConditions/{merchantNumber}/{typeID}

Last updated

Was this helpful?