| transfer:created | Description: An account-to-account transfer was created between a main Dwolla Account and an External Party. Timing: Occurs upon a POST request to the Initiate a transfer endpoint when sending funds between a main Dwolla Account and an External Party. |
| transfer:pending | Description: An account-to-account transfer was updated from created to pending. A pending status represents submission to a Financial Institution for processing. Timing: Occurs immediately following the transfer:created event when a transaction is submitted for processing. |
| transfer:processed | Description: An account-to-account transfer was updated from pending to processed. A processed status represents completed processing with the Financial Institution. Timing: Occurs when the transfer is expected to be successful based on the designated processing time. |
| transfer:failed | Description: An account-to-account transfer was updated from pending to failed. Timing: Occurs after a transfer:pending event when a transaction fails processing after being submitted to the Financial Institution. Additional details are available in an embedded failureReason object when retrieving a transfer. |
| transfer:returned | Description: An account-to-account transfer was updated to returned. A returned status represents an ACH debit/credit transfer that has been returned by the RDFI. Timing: Occurs after a transfer has been submitted for processing by a Financial Institution following a transfer:pending or transfer:processed event when an ACH return has been issued by an RDFI. Additional details are available in an embedded failureReason object when retrieving a transfer. |