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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Payload to specify the check IDs and paper type for printing.
The body is of type object
.
Response
200
application/json
Checks printed successfully.
The response is of type object
.