---
title: "Creates a Contact"
method: POST
path: "/api/2026-07-01/resources/finance/contacts"
tags: ["Finance > Contact"]
---

# Creates a Contact

`POST /api/2026-07-01/resources/finance/contacts`

Creates a Contact

## Request body

- object
  - `name` string, required — The commercial name of the Contact.
  - `tax_id` string — Tax identification number assigned to the Contact.
  - `legal_name` string — The official or legal name of the Contact.
  - `address` object, required — The address object containing street, city, etc.
  - `iban` string — International Bank Account Number if provided.
  - `bank_code` string — Bank or branch code for the Contact if relevant.
  - `external_id` string — The external id of the contact.
  - `project_ids` string[] — List of project IDs associated with the Contact.
  - `website` string — The website of the Contact.
  - `email` string — The email of the Contact.
  - `phone_number` string — The phone number of the Contact.

## Response `201`

CREATED

- FinanceContact
  - `id` string, required — Unique identifier for the Contact.
  - `name` string, required — The commercial name of the Contact.
  - `legal_name` string — The official or legal name of the Contact.
  - `tax_id` string — Tax identification number assigned to the Contact.
  - `address` object, required — The address object containing street, city, etc.
  - `external_id` string — The external id of the contact.
  - `updated_at` string, required — Timestamp when the Contact was last updated.
  - `iban` string — International Bank Account Number if provided.
  - `bank_code` string — Bank or branch code for the Contact if relevant.
  - `preferred_payment_method` 'card' | 'banktransfer' — Preferred payment method for the Contact (e.g. wire_transfer, paypal).
  - `website` string — The website of the Contact.
  - `email` string — The email of the Contact.
  - `phone_number` string — The phone number of the Contact.

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
