---
title: "EmbeddedApplicationDetailStatus"
url: "https://docs.wayflyer.com/apis/embedded-finance-1-0-0/versions/7d0182a3-23d8-43cc-b636-dac7e1594f96/schemas/EmbeddedApplicationDetailStatus"
---

> Full API specification: https://docs.wayflyer.com/apis/embedded-finance-1-0-0/versions/7d0182a3-23d8-43cc-b636-dac7e1594f96.md

# EmbeddedApplicationDetailStatus

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Embedded Finance
  version: "1"
servers:
  - url: https://api.wayflyer.com/financing/
    description: Production
components:
  schemas:
    EmbeddedApplicationDetailStatus:
      properties:
        name:
          description: The name of the detail
          enum:
            - user_details
            - company_details
          title: Name
          type: string
        status:
          description: The status of the detail, either complete or incomplete
          enum:
            - complete
            - incomplete
          title: Status
          type: string
      required:
        - name
        - status
      title: EmbeddedApplicationDetailStatus
      type: object
```
