3

I get the following error when trying to create an Ad through the Marketing API:

error_subcode: 1359101
error_user_msg: "You need to have a valid payment method associated with your ad account before you can create ads."
error_user_title: "Add Payment Method"

I couldn't find any extra information on this error_subcode here https://developers.facebook.com/docs/marketing-api/error-reference, and the main error code "100 - Invalid parameter" was hardly any help.

Note: I'm not looking to add a payment method manually to an account at "...facebook.com/ads/manager/billing/transactions/..." to make this go way.

Edit: Is there a way to check if the user has a payment method setup on the Ad Account?

4

1 回答 1

4

有没有办法检查用户是否在广告帐户上设置了付款方式?

查看广告帐户对象的字段- 使用这些字段funding_sourcefunding_source_details您应该能够确定是否为帐户设置了付款方式(如有必要,还可以添加其他详细信息。)

https://developers.facebook.com/docs/marketing-api/reference/ad-account

于 2016-04-08T17:51:29.580 回答