Contents

AdAccount.SystemStatusReasons

Populated when systemStatus is not active.

Declaration

string AdAccount.SystemStatusReasons

Possible Values

CHARGE_BACK_DISPUTED

A chargeback dispute is pending on the account.

CREDIT_CARD_SUSPENDED

The credit card on file has been suspended.

ORG_PAYMENT_TYPE_DECLINED

The organization’s payment type was declined.

FRAUD

The account has been flagged for fraud.

INVALID_PAYMENT_PROFILE

The payment profile associated with the account is invalid.

MSA_EXPIRED

The Master Services Agreement has expired.

MSA_NOT_RECEIVED

The Master Services Agreement has not been received.

NO_PAYMENT_METHOD_ON_FILE

No payment method is on file for the ad account.

ORG_NO_PAYMENT_METHOD_ON_FILE

The parent organization has no payment method on file.

PAYMENT_DECLINED

The payment method was declined.

PAYMENT_METHOD_CANCELED

The payment method has been canceled.

PAYMENT_METHOD_ON_HOLD

The payment method is currently on hold.

PAYMENT_PENDING_CHARGES

There are pending charges on the payment method.

LOC_EXHAUSTED

The line of credit has been fully exhausted.

POLICY_VIOLATION

The account has violated Apple Ads policies.

TAX_VERIFICATION_PENDING

Tax verification is pending for the account.

TERM_NOT_ACCEPTED

Required terms of service have not been accepted.

USER_REQUESTED_ACCOUNT_SUSPENSION

The account was suspended at user request.

Discussion

Reasons here can originate from the ad account’s own payment method or cascade down from the parent organization, as with ORG_NO_PAYMENT_METHOD_ON_FILE.

Example

{
  "systemStatusReasons": ["PAYMENT_DECLINED"]
}