PayFanout API reference
    Preparing search index...

    Interface GoCardlessRefundLike

    interface GoCardlessRefundLike {
        amount?: number;
        created_at?: string;
        currency?: string;
        id: string;
        links?: { mandate?: string; payment?: string };
        metadata?: Record<string, string>;
        reference?: string;
        status?: string;
    }
    Index
    amount?: number
    created_at?: string
    currency?: string
    id: string
    links?: { mandate?: string; payment?: string }
    metadata?: Record<string, string>
    reference?: string
    status?: string