---
title: "partner/create-partner"
method: POST
path: "/partner/create-partner"
tags: ["Partner Endpoints"]
---

# partner/create-partner

`POST /partner/create-partner`

This endpoint allows Technology partner accounts to create new partner accounts. Only partner accounts with PartnerCreationEnabled and a Technology account type can use this endpoint.

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `PartnerAccountID` string, required — The unique ID for the newly created partner account
  - `APIKey` string, required — The API key for the new partner account
  - `APISharedSecret` string, required — API Shared Secret for the new partner account

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
