RemoteDepositCaptureStatus
No description
enum RemoteDepositCaptureStatus {
ERROR
PENDING
SENT
SUBMITTED
}
Values
RemoteDepositCaptureStatus.ERROR
The deposit errored out. RemoteDepositCaptureError will be set if this is returned.
RemoteDepositCaptureStatus.PENDING
Initial state of the transfer after creation. The check has not been submitted for remote deposit yet.
RemoteDepositCaptureStatus.SENT
The check deposit was processed and approved. The amount will be credited to the account. The check deposit will remain in this state unless it is returned.
RemoteDepositCaptureStatus.SUBMITTED
The deposit's data is valid and the deposit is being processed. The deposit is no longer cancelable.
Member of
RemoteDepositCapture
object