An async endpoint used for attempting to answer a pending decision prompt on a terminal. The decisionId & answer is returned by the payRequest in the pendingDecision object, and is required to differentiate prompt messages. There is no result to acknowledge that this decision was received by the terminal.
Accepted
When the provided payload is not valid.
When you don't have the right permissions to answer a pending decision for the provided payRequest.
When the terminal is not paired.
{- "decisionId": "0f448ac1-862a-4c7b-bdb4-a3b7cdbf6149",
- "answer": "YES"
}
{- "error": "\"decisionId\" is required",
- "errorCode": "VALIDATION_ERROR"
}