Notifications and States

When you initiate a wire transfer with Column it goes through multiple state transitions. One of the most powerful features of Column lies in our ability to notify you during each transition. This keeps you updated throughout the process and allows you to track the outcome of that transfer.

States and Events

For outgoing wires, a wire will generally move from initiated to completed in rapid succession. Below are the states and events that an outgoing wire transfer may go through.

StageWebhook EventDescription
Initiatedwire.outgoing_transfer.initiatedColumn will submit your wire to the Fed once it is open (for wires that are submitted between 6:45pm ET and 9:00pm ET).
Completedwire.outgoing_transfer.completedThe wire transfer request is successfully processed, requiring no further action.
Manual Reviewwire.outgoing_transfer.manual_reviewThe wire transfer request is undergoing a manual review which will be approved or rejected by Column.
Rejectedwire.outgoing_transfer.rejectedThe wire transfer request has been rejected by Column or by the Federal Reserve (this event will rarely happen).

Below are the states and events that an incoming wire transfer may go through.

StageWebhook EventDescription
Completedwire.incoming_transfer.completedColumn has received an incoming wire transfer (credit only) from another ODFI, and processed it successfully.

Below are the states and events that an incoming wire return request may go through.

StageWebhook EventDescription
Initiatedwire.incoming_return_request.initiatedColumn has received an incoming wire return request.
Manual Reviewwire.incoming_return_request.manual_reviewThe incoming return request was placed in manual review.
Approvedwire.incoming_return_request.approvedThe incoming return request has been approved, and Column has initiated an outgoing wire to return the funds to the requesting financial institution with the details in the return request.
Rejectedwire.incoming_return_request.rejectedThe incoming return request was rejected.
Completedwire.incoming_return_request.completedThe incoming return request response has been completed.

Below are the states and events that an outgoing wire return request may go through.

StageWebhook EventDescription
Initiatedwire.outgoing_return_request.initiatedColumn has received an incoming wire return request.
Scheduledwire.outgoing_return_request.scheduledThe outgoing return request has been cheduled to be sent.
Sentwire.outgoing_return_request.sentThe outgoing return request has been sent to the Fed.
Manual Reviewwire.outgoing_return_request.manual_reviewThe outgoing return request was placed in manual review.
Approvedwire.outgoing_return_request.approvedThe outgoing return request has been approved, and the RFDI has initiated an incoming wire to return the funds to Column.
Rejectedwire.outgoing_return_request.rejectedThe outgoing return request was rejected.
Completedwire.outgoing_return_request.completedThe outgoing return request response has been completed.

Below are the states and events that a wire drawdown request may go through. See wire drawdowns for more information.