Authentication
The EasyPay Simple Payment API uses the HTTP Basic Auth mechanism for authentication. You must include the Base64 encoded value of your issued Service ID in the HTTP header when making API requests.
HTTP Header
Request Header
Authorization: Basic {Base64_Encoded_Service_ID}
Important
The Authorization header is mandatory for all API requests.
TLS/SSL Support
The EasyPay Simple Payment API supports TLS 1.2. SSL is no longer supported, so please ensure that your client library is compatible with TLS 1.2.