Get payout transaction check image with the API
Learn how to get the check image for a paid payout to a vendor via the API
Applies to:Developers
Check payouts use the standard payout endpoints with "method": "check". To create a check payout, see Manage payouts with the API.
To get a check image for a completed payout transaction, send a request to the /api/MoneyOut/checkimage/{assetName} endpoint.
A successful request returns a 200 OK status code and the check image encoded as a base64 string.
Response