Generated when a payment is successfully charged in Checkout. This event indicates that the authorized amount has been successfully debited from your customer's account.

interface CheckoutPaymentChargedEvent {
    createdAt: string;
    data: CheckoutMessagePaymentsPayloadBaseData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "CheckoutPaymentCharged";
}

Hierarchy (View Summary)

  • IEvent
    • CheckoutPaymentChargedEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

An object containing details of the successful payment charge.

id: string

Unique identifier of the Event.

notificationType: string
type: "CheckoutPaymentCharged"

The type of Event that has occurred.