post https://{environment}.masspay.io/{VERSION}/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.