Payouts
Get Payout Transaction Check Image
Learn how to get the check image for a paid payout to a vendor via the API
To retrieve a check image for a paid money out transaction via the API:
- Make a GET request to the payout details endpoint.
- In the response, find the
checkData
object. The check image Base64-encoded asfContent
. Use a Base64 decoder to view the image.
Was this page helpful?