Outgoing Wire Transfers
The Outgoing Wire Transfer transaction is used to transfer funds from managed accounts to an external bank account.
Operations
Create an outgoing wire transferPOST
/outgoing_wire_transfersGet all outgoing wire transfer transactionsGET/outgoing_wire_transfersCreate a bulk of outgoing wire transfer transactionsPOST/outgoing_wire_transfers/bulk/createCancel outgoing wire transfer transactionsPOST/outgoing_wire_transfers/bulk/cancelGet an outgoing wire transfer transactionGET/outgoing_wire_transfers/{id}Cancel an outgoing wire transfer transactionPOST/outgoing_wire_transfers/{id}/cancelConfirm an outgoing wire transfer transactionPOST/outgoing_wire_transfers/{id}/confirmIssue a one-time password that can be used to verify an outgoing wire transferPOST/outgoing_wire_transfers/{id}/challenges/otp/{channel}Verify an outgoing wire transfer using a one-time passwordPOST/outgoing_wire_transfers/{id}/challenges/otp/{channel}/verifyIssue a push notification that can be used to verify an outgoing wire transferPOST/outgoing_wire_transfers/{id}/challenges/push/{channel}