跳转到内容

Capture

Request

Path Parameters

aid
string
必需
merchantTransID
string
必需
原 Capture 的 merchantTransID

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/acq/{aid}/evo.offline.capture/{merchantTransID}'
JavaScript
const aid = 'YOUR_aid_PARAMETER';
const merchantTransID = 'YOUR_merchantTransID_PARAMETER';
fetch(
`https://online-uat.everonet.com/g2/v0/payment/acq/${aid}/evo.offline.capture/${merchantTransID}`,
{
  method: 'get'
})
  .then(response => response.json())
  .then(data => console.log(data));
Response Samples
application/json
json