go to Evonet

LinkPay Recipes (Legacy vs New)

This document provides detailed examples (Recipes) for both Legacy LinkPay API and New LinkPay (Interaction API), including request, response, and webhook samples.

Legacy API Example

The Authorization header value must be a SHA256 signature generated by combining ordered parameters + secret key.


Includes transactionInfo, pspTransInfo, paymentMethod, etc.


Uses Authorization from old signature.


New API Example

No need to build a sign string — the system authenticates directly using KeyID + Key.

The request structure remains 99% compatible with the legacy version.


Same structure but adds transInitiator.


Now includes KeyID and SignType: Key-based in headers



Download the PDF Version:

API Upgrade Comparsion