Generated when an attempt to refund a payment refund fails in Checkout. This failure indicates that the planned refund amount was not successfully sent to your customer’s account.

interface CheckoutPaymentRefundFailedEvent {
    createdAt: string;
    data: CheckoutMessagePaymentsPayloadBaseData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "CheckoutPaymentRefundFailed";
}

Hierarchy (View Summary)

  • IEvent
    • CheckoutPaymentRefundFailedEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

An object containing details of the failed payment refund attempt.

id: string

Unique identifier of the Event.

notificationType: string
type: "CheckoutPaymentRefundFailed"

The type of Event that has occurred.