Get Payout Check Image
This endpoint retrieves 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.
GET
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Path Parameters
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": ""
}
Response
200 - application/pdf
OK
The response is of type file
.
Was this page helpful?