v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-143490310.6 KB
Terms of Service

Get accepted Terms of Service document

Returns the accepted Terms of Service document for a legal entity.

Requests to this endpoint are subject to rate limits:

  • Live environments: 700 requests per 5 seconds.

  • Test environments: 200 requests per 5 seconds.

  • Failed requests are subject to a limit of 5 failures per 10 seconds.

get/legalEntities/{id}/acceptedTermsOfServiceDocument/{termsofserviceacceptancereference}

Path parameters

idstring required

The unique identifier of the legal entity. For sole proprietorship, this is the individual legal entity ID of the owner. For organizations, this is the ID of the organization.

termsofserviceacceptancereferencestring required

An Adyen-generated reference for the accepted Terms of Service.

Query parameters

termsOfServiceDocumentFormatstring

The format of the Terms of Service document. Possible values: JSON, PDF, or TXT

Response

OK - the request has succeeded.

documentstring byte

The accepted Terms of Service document in the requested format represented as a Base64-encoded bytes array.

idstring

The unique identifier of the legal entity.

termsOfServiceAcceptanceReferencestring

An Adyen-generated reference for the accepted Terms of Service.

termsOfServiceDocumentFormat'JSON' | 'PDF' | 'TXT'

The format of the Terms of Service document.