PayFanout API reference
    Preparing search index...

    Interface ListPaymentsResult

    interface ListPaymentsResult {
        nextCursor?: string;
        payments: PaymentInfo[];
    }
    Index
    nextCursor?: string
    payments: PaymentInfo[]