Skip to main content
POST
/
checks
/
print
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"
]
}'
{
"success": true,
"data": {
"url": "https://example.com/print/url"
}
}

Authorizations

Authorization
string
header
required

Body

application/json
paperType
enum<integer>
required
Available options:
1,
2,
3,
4,
5,
6
Example:
checkId
string[]
required

Response

success
boolean
Example:
data
object