Skip to main content

AchTransferStatus

No description

enum AchTransferStatus {
CANCELED
ERROR
PENDING
PROCESSING
RETURNED
SENT
}

Values

AchTransferStatus.CANCELED

The transfer was canceled and was never processed.

AchTransferStatus.ERROR

The transfer errored out. This is most commonly due to insufficient funds.

AchTransferStatus.PENDING

Initial state of the transfer after creation. ACH transfers can still be canceled in this state.

AchTransferStatus.PROCESSING

The transfer is being processed in preparation to be sent. The transfer may no longer be canceled.

AchTransferStatus.RETURNED

The transfer was processed and sent, but the network or receiving bank could not complete the transfer successfully.

AchTransferStatus.SENT

The transfer was processed and sent out to the ACH network for clearing and settlement. Because the ACH protocol does not provide for a success response, successful transfers will remain in the sent state in perpetuity.

Member of

AchTransfer object ● PendingAchTransaction object