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)'