Generated when a payment is successfully authorized in Checkout. This event indicates the payment has been validated and the amount has been reserved but not yet charged.

interface CheckoutPaymentAuthorizedEvent {
    createdAt: string;
    data: CheckoutMessagePaymentsPayloadBaseData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "CheckoutPaymentAuthorized";
}

Hierarchy (View Summary)

  • IEvent
    • CheckoutPaymentAuthorizedEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

An object containing details of the successful payment authorization.

id: string

Unique identifier of the Event.

notificationType: string
type: "CheckoutPaymentAuthorized"

The type of Event that has occurred.