---
title: "Create a business account"
method: POST
path: "/auth/signup/business"
tags: ["Signup"]
---

# Create a business account

`POST /auth/signup/business`

Create a new Mavapay business account

## Request body

- Signup
  - `email` string, email
  - `password` string, string
  - `name` string, string
  - `businessName` string, string
  - `phone` string, string
  - `isDeveloper` boolean
  - `country` string
  - `businessCategory` string
  - `businessType` string
  - `acceptedTerms` boolean

## Response `201`

User response

- object
  - `status` string, string
  - `message` string, string

## Other responses

- `400` — Bad Credentials
- `500` — Internal Server Error

## Changes

- **2025-02-06** `121bee7595e5` — 5 info
  - added the new optional request property `acceptedTerms`
  - added the new optional request property `businessCategory`
  - added the new optional request property `businessType`
  - added the new optional request property `country`
  - …1 more
- **2025-02-01** `70054a415a2d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stealthmoney/apis/mavapay-api/changes/auth/signup/business/post.md)

---

[API](https://skmtc.dev/stealthmoney/apis/mavapay-api.md) · [All operations](https://skmtc.dev/stealthmoney/apis/mavapay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stealthmoney/mavapay-api/revisions/842376cab855/schema)
