Skip to main content

Check Payment Events

The following webhook events are available for Check Payments:

EventDescription
checkPayment.createdFired when a check payment is created.
checkPayment.pendingFired when a check payment status changes to Pending.
checkPayment.inProductionFired when a check payment has been sent to the printers.
checkPayment.inDeliveryFired when a check payment has been accepted by the mail service and is en route.
checkPayment.deliveredFired when a check payment has been delivered.
checkPayment.canceledFired when a check payment has been canceled.
checkPayment.rejectedFired when a check payment has been rejected.
checkPayment.processedFired when a check payment has been processed and the deposit account was debited.
checkPayment.markedForReturnFired when a check payment has been marked for return.
checkPayment.returnedFired when a check payment has been returned.
checkPayment.returnToSenderFired when a check payment could not be delivered and is being returned to the sender.
checkPayment.deliveryStatusChangedFired when a check payment's delivery status changes.
checkPayment.additionalVerificationRequiredFired when a check payment requires additional verification.
checkPayment.additionalVerificationApprovedFired when additional verification for a check payment has been approved.
transaction.createdFired when a debit transaction is created for the check payment.

See the Events documentation for detailed information about each event's payload and structure.