@@ -55,6 +55,7 @@ def create(
5555 "check_image_back" ,
5656 "mailed_check_image" ,
5757 "check_attachment" ,
58+ "check_voucher_image" ,
5859 "form_ss_4" ,
5960 "identity_document" ,
6061 "loan_application_supplemental_document" ,
@@ -97,6 +98,9 @@ def create(
9798 - `mailed_check_image` - An image of a check that was mailed to a recipient.
9899 - `check_attachment` - A document to be printed on an additional page and mailed
99100 with a check that you've requested Increase print.
101+ - `check_voucher_image` - An image to be used as the check voucher image, which
102+ is printed in the middle of the trifold area of a check. This must be a
103+ 2550x1100 pixel PNG.
100104 - `form_ss_4` - IRS Form SS-4.
101105 - `identity_document` - An image of a government-issued ID.
102106 - `loan_application_supplemental_document` - A supplemental document for a Loan
@@ -283,6 +287,7 @@ async def create(
283287 "check_image_back" ,
284288 "mailed_check_image" ,
285289 "check_attachment" ,
290+ "check_voucher_image" ,
286291 "form_ss_4" ,
287292 "identity_document" ,
288293 "loan_application_supplemental_document" ,
@@ -325,6 +330,9 @@ async def create(
325330 - `mailed_check_image` - An image of a check that was mailed to a recipient.
326331 - `check_attachment` - A document to be printed on an additional page and mailed
327332 with a check that you've requested Increase print.
333+ - `check_voucher_image` - An image to be used as the check voucher image, which
334+ is printed in the middle of the trifold area of a check. This must be a
335+ 2550x1100 pixel PNG.
328336 - `form_ss_4` - IRS Form SS-4.
329337 - `identity_document` - An image of a government-issued ID.
330338 - `loan_application_supplemental_document` - A supplemental document for a Loan
0 commit comments