Linkpay API
  1. Retrieve LinkPay
Linkpay API
  • Guide
    • LinkPay Overview
    • How does LinkPay work
    • Merchant Onboarding
    • How to Integrate with LinkPay
    • Signature and Message Header
    • Customization Service
    • Payment methods list
    • Payment Method Variant list
    • Result Code
    • Version Record
    • Agent Toolkit Overview
    • Agent Toolkit Quick Start
    • LinkPay Copy
  • Guide Copy
    • LinkPay Overview
    • How to Integrate with LinkPay
    • How does LinkPay work
    • Signature and Message Header
    • Customization Service
    • Payment methods list
    • Version Record
    • Result Code
    • Merchant Onboarding
    • Payment Method Variant list
    • Agent Toolkit Overview
    • Agent Toolkit Quick Start
    • LinkPay Copy
  • API
    • LinkPay
      • Result Code
      • LinkPay
    • Retrieve LinkPay
      • Result Code
      • Retrieve LinkPay
        GET
    • Refund
      • Result Code
      • Refund
    • Retrieve LinkPay Refund
      • Result Code
      • Retrieve LinkPay Refund
    • Notification
      • Result Code
      • LinkPay Notification
      • Refund Notification
  1. Retrieve LinkPay

Retrieve LinkPay

GET
/g2/v0/payment/mer/{sid}/evo.e-commerce.linkpay/{merchantOrderID of LinkPay}
Last modified:2025-06-06 03:18:49

Request

Path Params

Body Params application/json

Example
{}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://prod-cn.your-api-server.com/g2/v0/payment/mer//evo.e-commerce.linkpay/' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Responses

🟢200成功
application/json
Body

Example
{
    "merchantOrderInfo": {
        "merchantOrderID": "T506061749179793117",
        "status": "Paid"
    },
    "result": {
        "code": "S0000",
        "message": "success"
    },
    "paymentMethod": {
        "card": {
            "first6No": "489533",
            "last4No": "1119",
            "paymentBrand": "Visa",
            "fundingType": "credit",
            "issuingCountry": "USA"
        },
        "type": "card"
    },
    "transactionInfo": {
        "merchantTransInfo": {
            "merchantTransID": "f24c607f70064045961535b97c141972",
            "merchantTransTime": "2025-06-06T11:17:50+08:00",
            "merchantOrderReference": "T506061749179793117"
        },
        "evoTransInfo": {
            "evoTransID": "pay_250606111750000121100793",
            "traceNum": "112257",
            "evoTransTime": "2025-06-06T03:17:50Z",
            "retrievalReferenceNum": "515711112257",
            "useInternalApiMapping": false
        },
        "pspTransInfo": {
            "pspTransID": "305157118717453",
            "authorizationCode": "088949"
        },
        "transAmount": {
            "currency": "HKD",
            "value": "100.00"
        },
        "status": "Captured"
    }
}
Modified at 2025-06-06 03:18:49
Previous
Result Code
Next
Result Code
Built with