billing
Get Salesforce account details including bill-to information.
Get Salesforce account details including bill-to information to be used in insertion orders process for ad_account_id.
- The token's user_account must either be the owner of the specified ad account, or have one of the necessary roles granted via Business Access: Admin, Finance, Campaign.
get/ad_accounts/{ad_account_id}/ssio/accounts
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Response
The request has succeeded.
Example response
{
"billto_infos": [
{
"addresses": [
{
"address_id": "a1C1N000004MUrLUAW",
"display": "475 Brannan Street, San Francisco, CA 94103",
"order_legal_entity": "PIN US OU",
"purpose": "Billing"
}
],
"id": "0011N00001LW8kAQAT",
"io_terms": "The IO is governed by the terms available at https://business.pinterest.com/en/pinterest-advertising-services-agreement/. If a budget is listed on this IO, the parties agree that Advertiser (or if applicable, its Agency) may apply any of the budget to any auction bid type or ad product. Price will be determined by auction closing price, plus any applicable non-auction fees. The terms of the Agreement supersede any terms on this IO. ANY ADDITIONAL TERMS AND CONDITIONS ON THIS IO ARE NULL AND VOID.",
"io_terms_id": "a2S1N000000bKHgUAM",
"io_type": "Pinterest Paper",
"row_terms": " The IO is governed by the terms available at\n\nhttps://business.pinterest.com/en-gb/pinterest-advertising-services-agreement",
"row_terms_id": "a2S1N000000bKHhUAM",
"us_terms": "This Insertion Order (\"IO\") is subject to the Pinterest Addendum To IAB Standard Terms and Conditions for Internet Advertising For Media Buys One Year or Less (Version 3.0), as executed by Pinterest, Inc. and GroupM Worldwide LLC on May 7, 2014 and Amendment No. 1 to Pinterest Addendum to IAB Standard Terms and Conditions for Internet Advertising For Media Buys One Year or Less (Version 3.0) as executed by Pinterest, Inc. and GroupM Worldwide LLC on August 20, 2015. The parties agree that Agency may apply any of the budget listed on this IO to any auction bid type or ad product. Price will be determined by auction closing price, plus any applicable non-auction fees.The terms of the Addendum supersede any terms on this IO. ANY ADDITIONAL TERMS AND CONDITIONS ON THIS IO ARE NULL AND VOID.",
"us_terms_id": "a2S1N000000bKIOUA2"
}
],
"can_edit": true,
"currency": "USD",
"eligible": true,
"error": "No Error",
"pmp_names": [
{
"id": "0011N00001LW2aSQAT",
"name": "Bidalgo"
}
]
}