---
title: "Get Legal and Tax Status"
method: GET
path: "/api/{account}/banking/details/legal-info"
tags: ["Banking"]
---

# Get Legal and Tax Status

`GET /api/{account}/banking/details/legal-info`

Returns the account owner's legal and tax status required for banking and payout configuration, including W9 requirements, identity verification status, DAC7 compliance, and tax information.

## Response `200`

Success

- object
  - `data` object
    - `isXXX` boolean
    - `isW9Required` boolean
    - `isW9Exist` boolean
    - `needShowEditW9` boolean
    - `isRealIdImage` boolean
    - `canChangePayoutType` boolean
    - `ivStatus` string
    - `ivFailReason` string, nullable
    - `showIvButton` boolean
    - `canShowLegalForm` boolean
    - `payoutLegalApproveRejectReason` string, nullable
    - `hideBanking` boolean
    - `DAC7` object
      - `required` boolean
      - `type` string
      - `state` string
      - `error` string, nullable
      - `countryIds` integer[]
    - `tax` object
      - `isBankingDisabled` boolean
      - `countryCode` string
      - `editable` boolean
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
