Discrepancies
Resolve charge status discrepancy
When charge status mismatches with Gateway and is in cancellable state, charge is cancelled. Otherwise no action takes place
post/v1/api/discrepancies/resolve
Request body
string[] required
Example request
[ "charge-external-id" ]
Response
OK
Example response
[
{
"chargeId": "2c6vtn9pth38ppbmnt20d57t49",
"gatewayExternalStatus": "EXTERNAL_SUBMITTED",
"gatewayStatus": "AUTHORISED",
"payExternalStatus": "EXTERNAL_SUBMITTED",
"payStatus": "AUTHORISATION SUCCESS",
"rawGatewayResponse": "Worldpay response ()"
}
]Changes
Changed in 3 of the 59 revisions of this API.21
- ▲
the
items/request property's minLength was increased from0to1request-property-min-length-increased
- ▲
- ○
the
items/request property's minLength was decreased from1to0request-property-min-length-decreased
- ○
- ▲
the
items/request property's minLength was increased from0to1request-property-min-length-increased
- ▲