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}
.
Headers
requestToken
Response
A base64-encoded string of the check image.