v4
OpenAPI 3.1.02026-08-012402353.8 MBSandbox: Submit a Check Deposit
Simulates the submission of a Check Deposit to the Federal Reserve. This Check Deposit must first have a status of pending.
post/simulations/check_deposits/{check_deposit_id}/submit
Path parameters
check_deposit_idstring required
The identifier of the Check Deposit you wish to submit.
Request body
Example request
{}Response
Check Deposit
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"amount": 1000,
"back_image_file_id": "file_26khfk98mzfz90a11oqx",
"created_at": "2020-01-31T23:59:59Z",
"deposit_acceptance": {
"account_number": "987654321",
"amount": 1000,
"auxiliary_on_us": "101",
"check_deposit_id": "check_deposit_f06n9gpg7sxn8t19lfc1",
"currency": "USD",
"routing_number": "101050001",
"serial_number": null
},
"deposit_adjustments": [],
"deposit_rejection": null,
"deposit_return": null,
"deposit_submission": {
"back_file_id": "file_frhw4s443nh7noss55kq",
"front_file_id": "file_j7ed9mrve741m6yui9ju",
"submitted_at": "2020-02-01T00:59:59+00:00"
},
"description": null,
"front_image_file_id": "file_makxrc67oh9l6sg7w9yc",
"id": "check_deposit_f06n9gpg7sxn8t19lfc1",
"idempotency_key": null,
"inbound_funds_hold": null,
"inbound_mail_item_id": null,
"lockbox_recipient_id": null,
"status": "submitted",
"transaction_id": "transaction_uyrp7fld2ium70oa7oi",
"type": "check_deposit"
}