PayFanout API reference
    Preparing search index...

    Interface StripeEventLike

    Event objects from GET /v1/events — same shape webhooks deliver.

    interface StripeEventLike {
        created?: number;
        data?: { object?: Record<string, unknown> };
        id: string;
        type: string;
    }
    Index
    created?: number
    data?: { object?: Record<string, unknown> }
    id: string
    type: string