Request via an API to start the settlement process.
Expected response body.
Bad request.
Invalid API key/MID.
Forbidden from performing this action.
Thrown when trying to process an intent on a device that is not AVAILABLE.
{- "settlementType": "SETTLEMENT",
}
Thrown when trying process settlement without providing a tid in the request body.
{- "statusCode": 400,
- "error": "BadRequest",
- "code": "NoTerminalIDProvided",
- "message": "Cannot process settlement without a Terminal ID."
}
{- "mid": "string",
- "tid": "string",
- "settlementType": "SETTLEMENT"
}