- GET /accounts/$USERNAME/cashouts/$CASHOUT_ID#
Returns information about the status of the
$CASHOUT_IDoperation. The request is available to the administrator and the account owner.Response:
- 200 OK:
Response is a CashoutStatusResponse.
- 401 Unauthorized:
Invalid or missing credentials.
- 403 Forbidden:
Missing rights.
- 404 Not found:
The cashout operation was not found.
- 501 Not implemented:
This server does not support conversion, client should check config response.
Details: