Skip to main content

Authentication

The EasyTalkPay API uses HTTP Basic Auth for authentication.
After receiving your VAN TID, you must include it in the HTTP request header as a Base64 encoded value.

HTTP Header

Request Header
'Authorization: Basic base64(VAN TID)'

TLS/SSL Support

The EasyTalkPay API supports TLS 1.2. Please note that SSL is no longer supported. Ensure that your client library supports TLS 1.2 for secure communication.