PayFanout API reference
    Preparing search index...

    Interface AdyenModificationResponse

    Every modification (capture/cancel/refund) answers with a bare acknowledgement.

    interface AdyenModificationResponse {
        amount?: { currency?: string; value?: number };
        paymentPspReference?: string;
        pspReference?: string;
        reference?: string;
        status?: string;
    }
    Index
    amount?: { currency?: string; value?: number }
    paymentPspReference?: string
    pspReference?: string
    reference?: string
    status?: string

    Always "received": the outcome arrives by webhook.