跳转到内容

StandaloneCapture

Request

Path Parameters

aid
string
必需
merchantTransID
string
必需
Standalone Capture 的 merchantTransID

Header Parameters

Content-type
string
固定值application/json
DateTime
string
请求时间,格式:YYYY-MM-DDThh:mm:ss+hh:00
MsgID
string
建议的值为UUID或GUID来标记此请求,例如2d21a5715c034efb7e0aa383b885fc7a,长度不能超过32个字符
SignType
string
SHA256 或者 SHA512 或 SM2withSM3

Responses

Try it
Server
https://hkg-uat-online.everonet.com
Path Parameters
Header Parameters
Request Samples
cURL
curl -i -X GET \
'https://hkg-uat-online.everonet.com/g2/v0/payment/acq/{aid}/evo.e-commerce.standaloneCapture/{merchantTransID}' \
 -H 'Content-type: application/json' \
 -H 'DateTime: string' \
 -H 'MsgID: string' \
 -H 'SignType: string'
JavaScript
const aid = 'YOUR_aid_PARAMETER';
const merchantTransID = 'YOUR_merchantTransID_PARAMETER';
fetch(
`https://hkg-uat-online.everonet.com/g2/v0/payment/acq/${aid}/evo.e-commerce.standaloneCapture/${merchantTransID}`,
{
  method: 'get',
  headers: {
  'Content-type': 'application/json',
  'DateTime': 'string',
  'MsgID': 'string',
  'SignType': 'string'
}
})
  .then(response => response.json())
  .then(data => console.log(data));
Response Samples
application/json
json