Skip to main content
Weavr API
Outgoing wire transfers

Outgoing wire transfer state change

Webhook/outgoing_wire_transfers/watch

Sent each time an outgoing wire transfer moves through its lifecycle, from submission to settlement or return.

COMPLETED means the funds have left the account, not that the beneficiary has been credited — a transfer can still come back as RETURNED afterwards. On REJECTED, FAILED, or INVALID, transfer.conflict carries the reason.

Enable and configure webhooks in the Embedder Portal; recent events are listed on its Webhook Logs page. Weavr sends this event to {Webhook URL}/outgoing_wire_transfers/watch.

Payload

*
application/json

Sent on the /outgoing_wire_transfers/watch webhook each time an outgoing wire transfer moves through its lifecycle.

{}
OutgoingWireTransferEventOutgoingWireTransferEvent · object · 4 fields

Responses

204No Content

Event received.