Interface CheckoutPaymentAuthorizationCancelledEvent

Generated when a payment authorization is successfully cancelled in Checkout. This event indicates that the payment is cancelled before it is charged.

interface CheckoutPaymentAuthorizationCancelledEvent {
    createdAt: string;
    data: CheckoutMessagePaymentsPayloadBaseData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "CheckoutPaymentAuthorizationCancelled";
}

Hierarchy (View Summary)

  • IEvent
    • CheckoutPaymentAuthorizationCancelledEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

An object containing details of the payment authorization that was cancelled.

id: string

Unique identifier of the Event.

notificationType: string
type: "CheckoutPaymentAuthorizationCancelled"

The type of Event that has occurred.