Create a business

This POST endpoint is used to initiate create a business.
You can use this endpoint to establish a business which you can use to transact through the MassPay platform.
To use this endpoint, you need to provide the required parameters in the request Body, including business_legal_name, dba_business_name, business_incorporation_date, and other business entity related details.
The endpoint will then return a successful business token for the newly created entity. The response will contain a JSON object indicating the status of the request and any relevant business details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Reference ID for the new Merchant (Business) being enrolled. Value is set by the integrator.

string
required
enum
required

The legal structure of the business. Options are "Ccorp", "LLC", "Partnership", "Nonprofit", "Scorp", "Soleprop", or "Other"

Allowed:
string
required

Category, or industry, the business operates within.

string

The Merchant Category Code (MCC) or Standard Industrial Classfication (SIC) of the business.

string
required
length between 3 and 3

The country where the business is domiciled. For United States, use "USA"

string
required

The legal street one address of the business.

string

The legal street two address of the business.

string
required

The legal address city of the business.

string
required

The legal address state or province of the business.

string
required

The legal address zip, or postal code, of the business.

enum

The type of business address submitted.

Allowed:
string
required

The place where the business was incorporated. State, province and country

date
required

The date of business incorporation. Formatted as, "YYYY-MM-DD"

string
required

The phone number of the business.

string
required

The email address of the business.

string
required

The business website address.

string
required

A description of the business and its goods and services sold.

enum
required

The Tax ID type submitted.

string
required

The Tax ID number of the business.

string
required

The business registration number.

string

If required, a file upload of the articles of incorporation.

Base-64 format

string

Any additional information to pass to our underwriting team.

boolean
Defaults to true

Whenever set to true, we send an email to the Control person with the credentials to access the MassPay Dashboard. When set to false, no email notification would be sent.

bank_details
object

The bank details section is used to obtain business bank account details.

dba
object

The DBA section represents the operating location details.

details
object

Additional details of the business profile.

contact_person
object

The contact person is the submitter of the business enrollment.

principal
array of objects
required

Fill in at least one owner officer

principal*
webhooks
array of objects
webhooks
Responses

201

Created

202

Accepted

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

504

Gateway Timeout

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json