Skip to main content
POST
Create an incorporation service for a company
Creates a supported incorporation service for an affiliate-owned company and returns the paymentIntentId used by the current public handoff flow.

Supported service types

Only the following serviceType values are accepted: Requests with an unsupported serviceType return 400 Bad Request with a message listing the valid options.
Example error response

Authorizations

x-api-key
string
header
required

Body

application/json
companyId
integer
required

Company that the new incorporation service should be attached to.

Example:

77

serviceType
enum<string>
required

Incorporation service types currently supported by the legacy affiliate API.

Available options:
US_CCORP_INCORPORATION,
US_LLC_INCORPORATION,
CA_CORP_INCORPORATION,
INDIA_PVT_LTD_INCORPORATION,
INDIA_LLP_INCORPORATION,
UAE_INCORPORATION,
UK_INCORPORATION,
IE_INCORPORATION,
SG_INCORPORATION

Response

Service and payment intent created successfully

paymentIntentId
string
required

Identifier for the newly created payment intent that anchors the current public flow.

Example:

"pi_123"