Generated when an attempt to charge a payment fails in Checkout. Even if a payment was previously authorized, charging it may still fail.

interface CheckoutPaymentChargeFailedEvent {
    createdAt: string;
    data: CheckoutMessagePaymentsPayloadBaseData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "CheckoutPaymentChargeFailed";
}

Hierarchy (View Summary)

  • IEvent
    • CheckoutPaymentChargeFailedEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

An object containing details of the failed payment charge.

id: string

Unique identifier of the Event.

notificationType: string
type: "CheckoutPaymentChargeFailed"

The type of Event that has occurred.