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.