PayFanout API reference
    Preparing search index...

    Interface AdyenNotification

    interface AdyenNotification {
        live?: string;
        notificationItems?: { NotificationRequestItem?: AdyenNotificationItem }[];
    }
    Index
    live?: string

    The STRING "true"/"false" — live vs test origin.

    notificationItems?: { NotificationRequestItem?: AdyenNotificationItem }[]