@gradientedge/commercetools-utils
    Preparing search index...

    Interface CheckoutPaymentRefundedEvent

    Generated when a payment is successfully refunded in Checkout. This event confirms that the refund has been processed and sent to your customer.

    interface CheckoutPaymentRefundedEvent {
        createdAt: string;
        data: CheckoutMessagePaymentsPayloadBaseData;
        id: string;
        notificationType: string;
        resourceType: EventSubscriptionResourceTypeId;
        type: "CheckoutPaymentRefunded";
    }

    Hierarchy (View Summary)

    • IEvent
      • CheckoutPaymentRefundedEvent
    Index

    Properties

    createdAt: string

    Date and time (UTC) the Event was generated.

    An object containing details of the successful payment refund.

    id: string

    Unique identifier of the Event.

    notificationType: string
    type: "CheckoutPaymentRefunded"

    The type of Event that has occurred.