Check Deposits allow you to deposit images of paper checks into your account.
The Account the check was deposited into.
The deposited amount in USD cents.
The ID for the File containing the image of the back of the check.
The ISO 8601 date and time at which the transfer was created.
If your deposit is successfully parsed and accepted by Increase, this will contain details of the parsed check.
If your deposit is rejected by Increase, this will contain details as to why it was rejected.
If your deposit is returned, this will contain details as to why it was returned.
After the check is parsed, it is submitted to the Check21 network for processing. This will contain details of the submission.
The description of the Check Deposit, for display purposes only.
The ID for the File containing the image of the front of the check.
The deposit's identifier.
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Increase will sometimes hold the funds for Check Deposits. If funds are held, this sub-object will contain details of the hold.
If the Check Deposit was the result of an Inbound Mail Item, this will contain the identifier of the Inbound Mail Item.
If the Check Deposit was the result of an Inbound Mail Item, this will contain the identifier of the Lockbox that received it.
The status of the Check Deposit.
The ID for the Transaction created by the deposit.
A constant representing the object's type. For this resource it will always be check_deposit
.
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Filter Check Deposits to those belonging to the specified Account.
Return results after this ISO 8601 timestamp.
Return results before this ISO 8601 timestamp.
Return results on or after this ISO 8601 timestamp.
Return results on or before this ISO 8601 timestamp.
Filter records to the one with the specified idempotency_key
you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
The identifier for the Account to deposit the check in.
The deposit amount in USD cents.
The File containing the check's back image.
The description you choose to give the Check Deposit, for display purposes only.
The File containing the check's front image.
The identifier of the Check Deposit to retrieve.
Simulates the rejection of a Check Deposit by Increase due to factors like poor image quality. This Check Deposit must first have a status
of pending
.
The identifier of the Check Deposit you wish to reject.
Simulates the return of a Check Deposit. This Check Deposit must first have a status
of submitted
.
The identifier of the Check Deposit you wish to return.
Simulates the submission of a Check Deposit to the Federal Reserve. This Check Deposit must first have a status
of pending
.
The identifier of the Check Deposit you wish to submit.