Payment method webhooks

Subscribe to payment method webhooks for updates on status changes

Payment methods

Webhooks can be configured to receive updates on every status change that occurs through the lifecycle of a payment method.

Payment method webhook payload

The webhook payload data field represents all payment method detail fields returned by the get payment method endpoint.

Payment method events

EventDescription
payment_method.createdTriggered when a payment method is created and awaiting presentation or activation. The payment method status is CREATED.
payment_method.presentingTriggered when a payment method is presented on an EMV device and waiting for the user to provide their payment method for storage. The payment method status is PRESENTING.
payment_method.activeTriggered when a payment method has been deemed ready for use. The payment method status is ACTIVE.
payment_method.canceledTriggered when a payment method is unavailable for use. For example, if the payment method is invalid or failed to be collected on an EMV device. The payment method status is CANCELED.
payment_method.failedTriggered when a payment method has failed. The payment method status is FAILED.
payment_method.replacedTriggered when a payment method is replaced by a new payment method. The payment method status is REPLACED.