---
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

---

[API](https://skmtc.net/stealthmoney/apis/mavapay-api.md) · [All operations](https://skmtc.net/stealthmoney/apis/mavapay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stealthmoney/mavapay-api/versions/94cb0ddffad0/schema)
