---
title: "Get DAC7 Form Details"
method: GET
path: "/api/{account}/banking/details/dac7-form"
tags: ["Banking"]
---

# Get DAC7 Form Details

`GET /api/{account}/banking/details/dac7-form`

If available, returns the account owner's DAC7 form information required for tax reporting, including personal details, address, tax identification, country information, and DAC7 status.

## Response `200`

Success

- object
  - `data` object
    - `status` string
    - `type` string
    - `firstName` string
    - `lastName` string
    - `address` string
    - `city` string
    - `state` string
    - `zip` string
    - `countryId` integer
    - `taxId` string
    - `issuingCountryId` integer
    - `vatNumber` string
    - `DOB` string
    - `cityOfBirth` string
    - `countryOfBirthId` integer
    - `countryOfResidenceId` integer
  - `_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/versions/4a99d36f28a3/schema)
