Skip to content
English
  • There are no suggestions because the search field is empty.

Request requirements

To be processed by the PSP API, all the requests must:

  • use HTTP Basic authentication with x as a username and your PSP secret key as a password;
  • have a body with parameters in the JSON or XML formats, or as HTML form data;
  • have the Content-Type header set as application/json or application/xml depending on the request body format;
  • have the Accept header set as application/json or application/xml depending on the preferred response format;
  • be UTF-8 encoded.

Mandatory request parameters are marked as * required. Non-marked parameters are considered optional.