This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
This endpoint retries a double check for a withdraw request with the given request_id. The request must be a POST request and the user must have all permissions. The endpoint retrieves the withdraw request with the given request_id and checks if it exists and has a status of ‘STATUS_WAITING_DOUBLE_CHECK’. If the request is valid, the endpoint locks the record and processes the withdraw request with the ‘process_waiting_double_check_withdraw_request’ method from the CustodyService class.
transaction request ID (unique identifier of a transaction request, which must correspond to a client’s transaction; UUID should be used and the length should be equal to or less than 120 characters)