Payment Transaction Events
These webhooks specifically relate to payment transaction capture updates, enabling you to monitor the lifecycle of shopper funds being captured during checkout.
PAYMENT_TRANSACTION_CAPTURE_STATUS_UPDATED
A catch-all event for any changes to the capture_status
of a PaymentTransaction
. Learn more about PaymentTransaction
's here.
PAYMENT_TRANSACTION_CAPTURE_STATUS_REFUNDED
Emitted when a shopper is refunded and the capture_status
of a PaymentTransaction
moves to REFUNDED
.
PAYMENT_TRANSACTION_CAPTURE_STATUS_PARTIALLY_REFUNDED
Emitted when a shopper is partially refunded and the capture_status
of a PaymentTransaction
moves to PARTIALLY_REFUNDED
.
Last updated
Was this helpful?