PayFanout API reference
    Preparing search index...

    Interface GoCardlessEventLike

    Structural shape of one event inside a GoCardless webhook delivery / events list.

    interface GoCardlessEventLike {
        action?: string;
        created_at?: string;
        details?: Record<string, unknown>;
        id?: string;
        links?: Record<string, string | undefined>;
        metadata?: Record<string, unknown>;
        resource_type?: string;
    }
    Index
    action?: string
    created_at?: string
    details?: Record<string, unknown>
    id?: string
    links?: Record<string, string | undefined>
    metadata?: Record<string, unknown>
    resource_type?: string