Request requirements
To be processed by the PSP API, all the requests must:
- use HTTP Basic authentication with
xas 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-Typeheader set asapplication/jsonorapplication/xmldepending on the request body format; - have the
Acceptheader set asapplication/jsonorapplication/xmldepending on the preferred response format; - be UTF-8 encoded.
Mandatory request parameters are marked as * required. Non-marked parameters are considered optional.