---
title: "Platform - Create"
method: POST
path: "/user/create_platform"
tags: ["Platform"]
---

# Platform - Create

`POST /user/create_platform`

Create a new platform account

## Request body

- PlatformAccountCreateRequest
  - `organization_name` string, required

## Response `200`

Platform Account Created

- PlatformAccountCreateResponse
  - `org_id` string, required
  - `org_name` string, nullable
  - `org_type` 'standard' | 'platform', required
  - `merchant_id` string, required
  - `merchant_account_type` 'standard' | 'platform' | 'connected', required

## Other responses

- `400` — Invalid data

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
