PayFanout API reference
    Preparing search index...

    Interface ListRefundsInput

    interface ListRefundsInput {
        createdAfter?: string | Date;
        createdBefore?: string | Date;
        cursor?: string;
        limit?: number;
        pspPaymentId?: string;
    }
    Index
    createdAfter?: string | Date
    createdBefore?: string | Date
    cursor?: string
    limit?: number
    pspPaymentId?: string

    Restrict to refunds of one payment.