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
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
200

Success

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

Last updated

Was this helpful?