Update Account Preferences
Updates the account’s preferences. Each top-level key present in the body is replaced as a whole; omitted keys are left untouched. ads_triple_whale_integration takes the Data-In API key to connect with, or null to disconnect. ads_payment_methods always requires a primary entry. backup is optional and any pairing is allowed — two cards, card+platform_balance, or a single method — so a card-only advertiser can fund ads without a platform balance. The primary and backup must be different sources. A platform_balance entry may omit id to use the account’s default Whop balance. Configuring a card requires a user token; account API keys can set up platform-balance billing only.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Path Parameters
Account ID, prefixed biz_.
Body
How the account pays for Whop Ads spend. primary is charged first; backup covers the charge when the primary fails.
Lowercase ISO currency code, such as usd or eur, used to display ad spend and stats. Defaults to usd.
IANA timezone (e.g. America/New_York) used to interpret campaign start/end times and to bucket reports. Cannot be cleared once set — pass a new value to change it.
Connects or disconnects the Triple Whale integration. Requires a connected Shopify store, since Triple Whale keys spend records by Shopify shop.
Whether incoming funds are automatically moved to the account's cards balance. Requires a cards balance on the account.
Response
preferences updated
The account's Whop Ads services and payment authorization agreement. While pending_signature, campaign launch is blocked; sign by answering requested_information via PATCH /verifications/{account_id}.
How the account pays for Whop Ads spend. primary is charged first; backup covers the charge when the primary fails. null until ads billing has been configured.
Lowercase ISO currency code, such as usd or eur, used to display ad spend and stats. Defaults to usd.
IANA timezone (e.g. America/New_York) used to interpret campaign start/end times and to bucket reports. Defaults to America/New_York until explicitly overridden.
The account's Triple Whale integration, which pushes Whop ad spend to Triple Whale's Data-In API so it reports as a whop channel.
Whether incoming funds are automatically moved to the account's cards balance. false when the account has no cards balance.

