v1
latestOpenAPI 3.0.12026-07-26181265484.9 KBTransactions
DeclineCallback
post/DeclineCallback
Request body
Example request
{
"MachineId": 71234996,
"HwSerial": "0434334921100366",
"SparkTransactionId": "12c7cec2-c690-4425-9a1f-db0db60e2d8c",
"Status": {
"Verdict": "Declined",
"ErrorCode": 44,
"ErrorDescription": "Timeout on POS Device"
}
}Response
Success. A simple 200 OK server acknowledgment is sufficient.
Example response
{
"SparkTransactionId": "12c7cec2-c690-4425-9a1f-db0db60e2d8c",
"Status": {
"Verdict": "Declined",
"ErrorCode": 44,
"ErrorDescription": "Timeout on POS Device"
}
}