v4
OpenAPI 3.1.02026-08-012402353.8 MBSandbox: Create an Inbound Mail Item
Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox Recipients, as if someone had mailed a physical check. Increase automatically deposits a check mailed to a Lockbox Recipient into the recipient's Account. A check mailed to a Lockbox Address must be deposited or ignored with the Action an Inbound Mail Item endpoint.
post/simulations/inbound_mail_items
Request body
Example request
{
"amount": 1000,
"lockbox_recipient_id": "lockbox_3xt21ok13q19advds4t5"
}Response
Inbound Mail Item
Example response
{
"checks": [
{
"amount": 1750,
"back_file_id": "file_makxrc67oh9l6sg7w9yc",
"check_deposit_id": "check_deposit_f06n9gpg7sxn8t19lfc1",
"front_file_id": "file_makxrc67oh9l6sg7w9yc",
"status": "deposited"
},
{
"amount": 1750,
"back_file_id": "file_makxrc67oh9l6sg7w9yc",
"check_deposit_id": "check_deposit_f06n9gpg7sxn8t19lfc1",
"front_file_id": "file_makxrc67oh9l6sg7w9yc",
"status": "deposited"
}
],
"created_at": "2020-01-31T23:59:59Z",
"file_id": "file_makxrc67oh9l6sg7w9yc",
"id": "inbound_mail_item_q6rrg7mmqpplx80zceev",
"lockbox_address_id": "lockbox_address_lw6sbzl9ol5dfd8hdml6",
"lockbox_recipient_id": "lockbox_3xt21ok13q19advds4t5",
"recipient_name": "Ian Crease",
"rejection_reason": null,
"status": "processed",
"type": "inbound_mail_item"
}