v6
OpenAPI 3.1.02026-08-052432373.8 MBCreate a Physical Check Batch
post/physical_check_batches
Request body
Example request
{
"mailing_address": {
"city": "New York",
"line1": "33 Liberty Street",
"name": "Ian Crease",
"postal_code": "10045",
"state": "NY"
},
"return_address": {
"city": "New York",
"line1": "33 Liberty Street",
"name": "National Phonograph Company",
"postal_code": "10045",
"state": "NY"
}
}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"
}