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
Key | Datatype | Required | Description |
---|---|---|---|
is_active | string | (Required) Return active billing profiles, if false return all billing profiles. | |
bookmark | string | Cursor used to fetch the next page of items | |
page_size | number | Maximum 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"254315319","card_type":"AMERICAN_EXPRESS","status":"INVALID","advertiser_id":"1132117","payment_method_brand":"ELO"},{"id":"53529836","card_type":"VISA","status":"INVALID","advertiser_id":"09","payment_method_brand":"SOFORT"}],"bookmark":"\u003cstring\u003e"}