---
title: "Create Business User"
method: POST
path: "/v3/users/business"
tags: ["Users"]
---

# Create Business User

`POST /v3/users/business`

Create a new business user;

## Headers

- `MID` string, required

## Request body

- object
  - `businessName` string, required
  - `regNo` string, required
  - `date` string — Date of incorporation in DD-MM-YYYY format
  - `email` string, required
  - `phone` string, required
  - `phoneCode` string, required
  - `country` string, required
  - `countryOfResidence` string
  - `address` object, required
    - `street` string
    - `city` string
    - `state` string
    - `postalCode` string

## Response `200`

Business user created successfully

- object
  - `status` string
  - `data` object
    - `userId` string

## Other responses

- `400` — Validation error
- `409` — Conflict
- `500` — Internal server error

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/revisions/adb1b62e58cf/schema)
