Get payout check image
Retrieve the image of a check associated with a processed transaction. The check image is returned in the response body as a base64-encoded string. The check image is only available for payouts that have been processed.
Path parameters
assetName
Name of the check asset to retrieve. This is returned as `filename` in the `CheckData` object
in the response when you make a GET request to `/MoneyOut/details/{transId}`.
```
"CheckData": {
"ftype": "PDF",
"filename": "check133832686289732320_01JKBNZ5P32JPTZY8XXXX000000.pdf",
"furl": "",
"fContent": ""
}
```
Headers
requestToken
Response
A base64-encoded string of the check image.