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
View as MarkdownOpen in Claude
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.

GET
/api/MoneyOut/checkimage/:assetName
1curl https://api-sandbox.payabli.com/api/MoneyOut/checkimage/check133832686289732320_01JKBNZ5P32JPTZY8XXXX000000.pdf \
2 -H "requestToken: <apiKey>"

A successful request returns a 200 OK status code and the check image encoded as a base64 string.

Response
1"JVBERi0xLjcKJeLjz9MKMTIzIDAgb2JqCjwvTGluZWFyaXplZCAxL0wgMTIzNDU2L08gMTI1L0UgNzg5MDEvTiAxL1QgMTIzNDUwL0ggWyA4MDAgMjAwXT4+CmVuZG9iagouLi4="