/check_deposit
endpoint.
Please note that our sandbox simulation is connected to our vendor’s sandbox. To have a valid and successful test in Sandbox, you must upload valid check images (front and back).
Simulate Image Errors
To simulate anerror
status during the image verification process, set the amount
property to any value that starts with the number 9 (e.g. 950.10
, 0.97
, or 0.09
). The response to create the Check Deposit will initially show status
as “pending”, but will later be updated to return “canceled_OCR”.
Example request to force a check deposit image error
Simulate Statuses
By default, all Check Deposits created in the sandbox environment will initially have their statuses set to “pending”. To trigger a specific status for a Check Deposit object, pass one of the following values in theamount
property.
Status | Test Amount |
---|---|
canceled_OCR | Any value starting with 9 |
error | Any value starting with 8 |
returned | Any value starting with 7 |
Note: Status changes are processed approximately every 10 minutes in Sandbox. After processing, the status will not change again.