PayFanout API reference
    Preparing search index...

    Interface AdyenPaymentResponse

    Structural subset of a POST /payments (and /payments/details) response.

    interface AdyenPaymentResponse {
        action?: AdyenAction;
        additionalData?: Record<string, string>;
        amount?: { currency?: string; value?: number };
        merchantReference?: string;
        pspReference?: string;
        refusalReason?: string;
        refusalReasonCode?: string;
        resultCode?: string;
    }
    Index
    action?: AdyenAction
    additionalData?: Record<string, string>
    amount?: { currency?: string; value?: number }
    merchantReference?: string
    pspReference?: string
    refusalReason?: string
    refusalReasonCode?: string
    resultCode?: string