To retrieve a check image for a paid money out transaction via the API:

  1. Make a GET request to the payout details endpoint.
  2. In the response, find the checkData object. The check image Base64-encoded as fContent. Use a Base64 decoder to view the image.