PayFanout API reference
    Preparing search index...

    Interface AdyenPaymentRef

    The money facts a push-only reference carries alongside Adyen's own pspReference.

    interface AdyenPaymentRef {
        amount?: number;
        currency?: string;
        pspReference: string;
    }
    Index
    amount?: number
    currency?: string
    pspReference: string