Capture
Request
Path Parameters
aid
string
必需
merchantTransID
string
必需
原 Capture 的 merchantTransID
Responses
200
GET
/g2/v0/payment/acq/{aid}/evo.offline.capture/{merchantTransID}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
200
application/json
json