Sandbox: Create an Inbound Mail Item
Simulates an inbound mail item to your account, as if someone had mailed a physical check to one of your account's Lockboxes.
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"
}