---
title: Org.SystemStatusReasons
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/org/systemstatusreasons-data.typealias
---

# Org.SystemStatusReasons

Reasons that can cause the organization’s system status to be INACTIVE.

## Declaration

```data
string Org.SystemStatusReasons
```

## Possible Values

CHARGE_BACK_DISPUTED: A chargeback dispute is pending on the organization. CREDIT_CARD_SUSPENDED: The credit card on file has been suspended. ORG_PAYMENT_TYPE_DECLINED: The organization’s payment type was declined. FRAUD: The organization has been flagged for fraud. LOC_EXHAUSTED: The line of credit has been fully exhausted. 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 organization. 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. POLICY_VIOLATION: The organization has violated Apple Ads policies. TAX_VERIFICATION_PENDING: Tax verification is pending for the organization. TERM_NOT_ACCEPTED: Required terms of service have not been accepted. USER_REQUESTED_ACCOUNT_SUSPENSION: The organization was suspended at user request.

## Discussion

Discussion Most of these reasons trace back to a payment or compliance issue, such as an expired Master Services Agreement or a declined payment method. Example {   "systemStatusReasons": ["PAYMENT_DECLINED"] }
