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

# partner/account

`POST /partner/account`

This endpoint is used to create a VoPay account. You will need to sign-up as a partner account in order to use this endpoint and start creating VoPay accounts for your users.

## 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
  - `Message` string, required — Contains a description of the successful message
  - `AccountID` string, required — Account Name of the new user created in the endpoint
  - `APISharedSecret` string, required — API Shared Secret
  - `APIKey` string, required — The API key for the sub account
  - `ApplicationID` string, required — The onboarding application ID. Only applicable if the account is created in 'Application Pending' status
  - `Link` string, required — The onboarding application link. Only applicable if the account is created in 'Application Pending' status

---

[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/revisions/7033bd231ec7/schema)
