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 ()"
}
]