cURL
singleCheck
curl --request POST \ --url https://test.onlinecheckwriter.com/api/v3/checks/print \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "paperType": 1, "checkId": [ "kWx8eP3l60GK2Xz" ]}'
200
exampleResponse
{ "success": true, "data": { "url": "https://example.com/print/url" }}
Allows printing checks by specifying the checkId and paperType. You can print multiple checks by passing an array of checkIds.
checkId
paperType
1
2
3
4
5
6
Show child attributes