GET
/
MoneyOut
/
checkimage
/
{assetName}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/MoneyOut/checkimage/{assetName} \
  --header 'requestToken: <api-key>'
"%PDF-1.7 %���� 123 0 obj <</Linearized 1/L 123456/O 125/E 78901/N 1/T 123450/H [ 800 200]>> endobj\n              \n124 0 obj <</DecodeParms<</Columns 4/Predictor 12>>/Filter/FlateDecode/ID[<AB123C4567EF890123456789ABCDEF01><12345678ABCDEF9876543210FEDCBA98>]/Index[123 100]/Info 122 0 R/Length 128/Prev 123450/Root 125 0 R/Size 223/Type/XRef/W[1 3 1]>>stream h�bbd```b``� \"x�a7�r�H~�����A�D���2����m�f��L`v6�H����D���J[@����H8�I��)0��q� XD��`��a���P�`�`��\"�A$������r���p�$�Ip������a� �\n"

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

assetName
string
required

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.