@playlive/fundraiser-data
    Preparing search index...

    Interface PostTiltifyTestDonationsParams

    interface PostTiltifyTestDonationsParams {
        adminApiKey?: string;
        donations: TiltifyDonation | TiltifyDonation[];
        signal?: AbortSignal;
        tiltifyOAuthToken?: string;
    }

    Hierarchy (View Summary)

    Index
    adminApiKey?: string

    Shared admin API key sent as x-api-key.

    donations: TiltifyDonation | TiltifyDonation[]

    One donation or a batch. Sent verbatim as the request body — the service fans a batch out into individual synthetic events.

    signal?: AbortSignal

    Cancel on React unmount / other lifecycle events.

    tiltifyOAuthToken?: string

    Tiltify OAuth token sent as Authorization: OAuth <token>. Grants access only to campaigns the resolved Tiltify user owns.