@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface GetAccountFinancialsRequest

    Request financial status for an operator-billed account. Returns spend summary, credit/balance status, and invoice history. Only applicable when the seller declares account_financials capability.

    interface GetAccountFinancialsRequest {
        adcp_major_version?: number;
        account: AccountReference;
        period?: DateRange;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    adcp_major_version?: number

    The AdCP major version the buyer's payloads conform to. Sellers validate against their supported major_versions and return VERSION_UNSUPPORTED if unsupported. When omitted, the seller assumes its highest supported version.

    1

    99

    period?: DateRange
    context?: ContextObject
    ext?: ExtensionObject