PayFanout API reference
    Preparing search index...

    Interface GoCardlessPaymentLike

    interface GoCardlessPaymentLike {
        amount?: number;
        amount_refunded?: number;
        charge_date?: string;
        created_at?: string;
        currency?: string;
        description?: string;
        id: string;
        links?: { creditor?: string; mandate?: string; payout?: string };
        metadata?: Record<string, string>;
        reference?: string;
        scheme?: string;
        status?: string;
    }
    Index
    amount?: number
    amount_refunded?: number

    Source of truth for amountRefunded — increments as refunds land.

    charge_date?: string
    created_at?: string
    currency?: string
    description?: string
    id: string
    links?: { creditor?: string; mandate?: string; payout?: string }
    metadata?: Record<string, string>
    reference?: string
    scheme?: string
    status?: string