Skip to main content

Get GDPR clauses

GET 

/v3/payments/dataprocessing/notices

Retrieves GDPR clauses

Request

Header Parameters

    Signature stringrequired

    The Signature header is used to ensure the request’s body integrity and to confirm that its content has not changed.

    User-Agent string

    The User-Agent request header contains a characteristic string that allows the network protocol peers to identify the application type, operating system, software vendor or software version of the requesting software user agent.

    Accept stringrequired

    The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand. Can be set to */*.

    locale string

    Locale in which the response should be returned (one of pl-PL, en-GB or uk-UA). When given locale is not supported then clause will be returned in the en-GB locale.

Responses

Success

Schema

  • Array [

  • title stringrequired

    The title of GDPR clause

    content stringrequired

    The full GDPR content

    locale stringrequired

    Locale in which the content is

  • ]

Loading...