---
title: "Create Payor"
method: POST
path: "/v3/payor"
tags: ["payor"]
---

# Create Payor

`POST /v3/payor`

## Request body

- CreatePayorBody
  - `name` string, required
  - `address` Address, required
    - `first_line` string, required
    - `second_line` string, nullable
    - `country` string, required
    - `zip` string, required
    - `city` string, required
    - `state` string, required
    - `access_notes` string, nullable
  - `provider` 'change_healthcare' | 'availity' | 'stedi' | 'waystar' | 'claim_md' | 'apero' | 'pverify' — ℹ️ This enum is non-exhaustive.
  - `provider_payor_id` string, nullable

## Response `200`

Successful Response

- ClientFacingPayor
  - `payor_code` string, required — Payor code returned for the insurance information.
  - `name` string, required — Insurance name returned for the insurance information.
  - `aliases` string[], required — Insurance name aliases returned for the insurance information.
  - `org_address` Address, required
    - `first_line` string, required
    - `second_line` string, nullable
    - `country` string, required
    - `zip` string, required
    - `city` string, required
    - `state` string, required
    - `access_notes` string, nullable
  - `source` 'platform' | 'team', required — ℹ️ This enum is non-exhaustive.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/revisions/034402e2bbe3/schema)
