PayFanout API reference
    Preparing search index...

    Interface ListPaymentsInput

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