Check
Print Checks
Allows printing checks by specifying the checkId
and paperType
. You can print multiple checks by passing an array of checkId
s.
POST
/
checks
/
print
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Paper type for the check. Available options:
1 - Check on Top 2 - Check on Middle 3 - Check on Bottom 4 - Three per page 5 - Wallet size 6 - Simple print.
Available options:
1
, 2
, 3
, 4
, 5
, 6
Array of check IDs to print.