Skip to content

Retrieve LinkPay

Request

Path Parameters

sid
string
Required
merchantOrderID of LinkPay
string
Required

Responses

Try it
Server
https://online-uat.everonet.com
Path Parameters
Request Samples
cURL
curl -i -X GET \
'https://online-uat.everonet.com/g2/v0/payment/mer/{sid}/evo.e-commerce.linkpay/{merchantOrderID of LinkPay}'
JavaScript
const sid = 'YOUR_sid_PARAMETER';
const merchantOrderID of LinkPay = 'YOUR_merchantOrderID of LinkPay_PARAMETER';
fetch(
`https://online-uat.everonet.com/g2/v0/payment/mer/${sid}/evo.e-commerce.linkpay/${merchantOrderID of LinkPay}`,
{
  method: 'get'
})
  .then(response => response.json())
  .then(data => console.log(data));
Response Samples
application/json
json