Terms And Conditions
Path parameters
merchantNumberstring | nullableRequired
merchant number
Query parameters
shouldMaskSensitiveDatabooleanOptionalDefault:
boolean to determine if sensitive data should be masked
trueResponses
200
Success
application/json
500
Server Error
application/json
get
/api/legaldocuments/v1/TermsAndConditions/{merchantNumber}GET /api/legaldocuments/v1/TermsAndConditions/{merchantNumber} HTTP/1.1
Host:
Accept: */*
{
"content": [
{
"termsAndConditionsID": 1,
"typeID": 1,
"text": "text",
"effectiveDateUTC": "2025-10-27T08:13:36.876Z"
}
]
}Path parameters
merchantNumberstring | nullableRequired
merchant number
typeIDinteger · int32Required
terms and conditions type
Query parameters
shouldMaskSensitiveDatabooleanOptionalDefault:
boolean to determine if sensitive data should be masked
trueResponses
200
Success
application/json
500
Server Error
application/json
get
/api/legaldocuments/v1/TermsAndConditions/{merchantNumber}/{typeID}GET /api/legaldocuments/v1/TermsAndConditions/{merchantNumber}/{typeID} HTTP/1.1
Host:
Accept: */*
{
"termsAndConditionsID": 1,
"typeID": 1,
"text": "text",
"effectiveDateUTC": "2025-10-27T08:13:36.876Z"
}Last updated
Was this helpful?

