pending_destinationwhile an information request is unansweredpending_approvalwhile a required approver has not actedin_reviewduring Slash reviewscheduledorpendingbefore network submission
POST /v2/transfers/ach/{transferId}/cancel while the transfer is
still pre-submission, including destination, approval, review, and scheduling
holds. If network submission wins the race, cancellation returns 409.
Cancellation is idempotent after it succeeds.
settled, canceled, and failed are final for submission. A receiving bank
can still return a settled transfer later, moving it to returned and adding a
return Transaction id to transactionIds.
GET /v2/transfers/ach/{transferId} or consume
aggregated_transaction.create and aggregated_transaction.update webhooks.
The webhook’s entityId is a Transaction id. Retrieve that Transaction, read
its transferId, and then retrieve the current Transfer.