بشكل افتراضي، يستلم الشريك فاتورة لكل حساب إعلاني في نهاية الشهر. لتحصيل الفواتير، يمكنك إنشاء مجموعة فواتير وإضافة حسابات إعلانية إلى المجموعة قبل إرسال الفاتورة بحد أقصى يصل إلى 3 أيام.
ملاحظة: قد تحتوي كل مجموعة فواتير على 10,000 حساب إعلاني كحد أقصى. قد تحتاج إلى إنشاء مجموعات فواتير إضافية لاستيعاب أكثر من 10,000 حساب إعلاني.
ملاحظة: لا يمكن إنشاء مجموعات الفواتير أو تعديلها أو حذفها قبل يومي عمل من نهاية الشهر و4 أيام عمل بعد نهايته.
curl -i -X POST \ -d "emails=[<EMAIL_ADDRESSES>]" \ -d "name=<GROUP_NAME>" \ -d "access_token=<access token sanitized>" \ "https://graph.facebook.com/<API_VERSION>/<EXTENDED_CREDIT_ID>/extended_credit_invoice_groups"
يمكنك تغيير الاسم أو البريد الإلكتروني المرتبط بمجموعة فواتير.
curl -i -X POST \ -d "emails=[<EMAIL_ADDRESSES>]" \ -d "name=<GROUP_NAME>" \ -d "access_token=<access token sanitized>" \ "https://graph.facebook.com/<API_VERSION>/<INVOICE_GROUP_ID>"
curl -i -X POST \ -d "ad_account_id=<AD_ACCOUNT_ID>" \ -d "access_token=<access token sanitized>" \ "https://graph.facebook.com/<API_VERSION>/<INVOICE_GROUP_ID>/ad_accounts"
curl -i -X DELETE \ -d "ad_account_id=<AD_ACCOUNT_ID>" \ -d "access_token=<access token sanitized>" \ "https://graph.facebook.com/<API_VERSION>/<INVOICE_GROUP_ID>/ad_accounts"
curl -i -X GET \ "https://graph.facebook.com/<API_VERSION>/<AD_ACCOUNT_ID>?fields=extended_credit_invoice_group&access_token=<access token sanitized>"
curl -i -X DELETE \ -d "access_token=<access token sanitized>" \ "https://graph.facebook.com/<API_VERSION>/<INVOICE_GROUP_ID