Interface CheckoutPaymentCancelAuthorizationFailedEvent

Generated when an attempt to cancel a payment authorization fails in Checkout. This could happen if the authorization has already been expired, been captured already or no longer valid.

interface CheckoutPaymentCancelAuthorizationFailedEvent {
    createdAt: string;
    data: CheckoutMessagePaymentsPayloadBaseData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "CheckoutPaymentCancelAuthorizationFailed";
}

Hierarchy (View Summary)

  • IEvent
    • CheckoutPaymentCancelAuthorizationFailedEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

An object containing details of the payment authorization that could not be cancelled.

id: string

Unique identifier of the Event.

notificationType: string
type: "CheckoutPaymentCancelAuthorizationFailed"

The type of Event that has occurred.