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.
Stage | Webhook Event | Description |
---|---|---|
Initiated | wire.outgoing_transfer.initiated | Column will submit your wire to the Fed once it is open (for wires that are submitted between 6:45pm ET and 9:00pm ET). |
Completed | wire.outgoing_transfer.completed | The wire transfer request is successfully processed, requiring no further action. |
Manual Review | wire.outgoing_transfer.manual_review | The wire transfer request is undergoing a manual review which will be approved or rejected by Column. |
Rejected | wire.outgoing_transfer.rejected | The 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.
Stage | Webhook Event | Description |
---|---|---|
Completed | wire.incoming_transfer.completed | Column has received an incoming wire transfer (credit only) from another ODFI, and processed it successfully. |
Below are the states and events that a wire drawdown request may go through. See wire drawdowns for more information.
Stage | Webhook Event | Description |
---|---|---|
Received | wire.incoming_drawdown_request.received | Column has received an incoming wire drawdown request from another ODFI. |
Approved | wire.incoming_drawdown_request.approved | The incoming wire drawdown request has been approved, Column will send an outgoing wire. |
Denied | wire.incoming_drawdown_request.denied | After the wire drawdown request was approved, the outgoing wire was rejected. |