Get billing profiles

GET {{baseUrl}}/ad_accounts/:ad_account_id/billing_profiles?is_active=<boolean>&bookmark=<string>&page_size=25

Get billing profiles in the advertiser account.

This endpoint might not be available to all apps. Learn more.

Request Params

KeyDatatypeRequiredDescription
is_activestring(Required) Return active billing profiles, if false return all billing profiles.
bookmarkstringCursor used to fetch the next page of items
page_sizenumberMaximum number of items to include in a single page of the response. See documentation on <a href='/docs/getting-started/pagination/'>Pagination</a> for more information.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;id&quot;:&quot;254315319&quot;,&quot;card_type&quot;:&quot;AMERICAN_EXPRESS&quot;,&quot;status&quot;:&quot;INVALID&quot;,&quot;advertiser_id&quot;:&quot;1132117&quot;,&quot;payment_method_brand&quot;:&quot;ELO&quot;},{&quot;id&quot;:&quot;53529836&quot;,&quot;card_type&quot;:&quot;VISA&quot;,&quot;status&quot;:&quot;INVALID&quot;,&quot;advertiser_id&quot;:&quot;09&quot;,&quot;payment_method_brand&quot;:&quot;SOFORT&quot;}],&quot;bookmark&quot;:&quot;\u003cstring\u003e&quot;}