Skip to main content

Authorization

Requests are authorized using the Basic Authentication scheme. For every API call, the Agent must provide credentials (login and password encoded in Base64) in the HTTP header.

Request Headers

Authorization: Basic <base64(login:password)>
Content-Type: application/json
Accept: application/json

Credentials

Login and password are provided by the processing center separately. The Basic header should only be transmitted over HTTPS.

Important

When credentials are changed, the Agent must update the integration settings on their side.

Getting Access

API access is restricted and is granted to the Agent only after completing the approval procedure, including filling out the network questionnaire. After the submitted network data is processed and approved, API access is configured.