Skip to main content

Events

Wire-related events are part of the general payment events. Below are the events relevant to Wire payments.

payment.created

Occurs when a Wire Payment is successfully created. This event does not fire for rejected payments, see payment.rejected instead.

See the full payment.created event documentation for the complete payload structure.


payment.rejected

Occurs when a Wire payment gets rejected. This event includes a reason that specifies why the payment was rejected. See Wire Rejection Reasons for possible values.

See the full payment.rejected event documentation for the complete payload structure.


payment.returned

Occurs when a sent Wire Payment is returned.

See the full payment.returned event documentation for the complete payload structure.


payment.sent

Occurs when a Wire Payment is processed and sent successfully.

See the full payment.sent event documentation for the complete payload structure.


receivedPayment.created (Wire)

Occurs when a Wire Received Payment is created.

See the full receivedPayment.created event documentation for the complete payload structure.


receivedPayment.completed (Wire)

Occurs when a Wire Received Payment is completed.

See the full receivedPayment.completed event documentation for the complete payload structure.


receivedPayment.pendingReview (Wire)

Occurs when a Wire Received Payment is pending review.

See the full receivedPayment.pendingReview event documentation for the complete payload structure.


receivedPayment.markedForReturn (Wire)

Occurs when a Wire Received Payment is marked for return.

See the full receivedPayment.markedForReturn event documentation for the complete payload structure.


receivedPayment.returned (Wire)

Occurs when a Wire Received Payment is returned.

See the full receivedPayment.returned event documentation for the complete payload structure.


transaction.created

Occurs when a Wire Transaction is created.

See the full transaction.created event documentation for the complete payload structure.