PayFanout API reference
    Preparing search index...

    Interface AdyenNotificationItem

    interface AdyenNotificationItem {
        additionalData?: Record<string, string>;
        amount?: AdyenNotificationAmount;
        eventCode?: string;
        eventDate?: string;
        merchantAccountCode?: string;
        merchantReference?: string;
        operations?: string[];
        originalReference?: string;
        paymentMethod?: string;
        pspReference?: string;
        reason?: string;
        success?: string;
    }
    Index
    additionalData?: Record<string, string>
    eventCode?: string
    eventDate?: string
    merchantAccountCode?: string
    merchantReference?: string
    operations?: string[]
    originalReference?: string

    On modification events (capture/cancel/refund): the ORIGINAL payment's reference.

    paymentMethod?: string
    pspReference?: string
    reason?: string
    success?: string

    The STRING "true"/"false".