v7
latestOpenAPI 3.1.02026-08-082442383.9 MBComplete a Physical Check Batch
Completing a Physical Check Batch closes it to new Physical Checks and begins the process of printing and mailing it.
post/physical_check_batches/{physical_check_batch_id}/complete
Path parameters
physical_check_batch_idstring required
The identifier of the Physical Check Batch to complete.
Response
Physical Check Batch
Example response
{
"created_at": "2020-01-31T23:59:59Z",
"id": "physical_check_batch_yzdwjhdbw0in6191whce",
"idempotency_key": null,
"mailing_address": {
"city": "New York",
"line1": "33 Liberty Street",
"line2": null,
"name": "Ian Crease",
"phone": null,
"postal_code": "10045",
"state": "NY"
},
"return_address": {
"city": "New York",
"line1": "33 Liberty Street",
"line2": null,
"name": "National Phonograph Company",
"phone": null,
"postal_code": "10045",
"state": "NY"
},
"shipping_method": "usps_first_class",
"status": "pending",
"type": "physical_check_batch"
}