Create a company

Create a Company entity. The country of registration is required to determine the region where the cards will be issued from.

Body Params

Data to be used in creating the new Company.

string
required

The name of the company.

string
enum
required

The KYC requirements of the company:

  • auto-approve - KYC is automatically approved for all users.
  • required - individual KYC is required for all users.
Allowed:
string
required

Country of registration for the company using the ISO 3166-1 alpha-2 country code.

Responses

400

The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).

401

Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.

403

The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. Unlike 401 Unauthorized, the client's identity is known to the server.

429

The user has sent too many requests in a given amount of time ("rate limiting").

500

The server has encountered a situation it does not know how to handle.

Language
Credentials
Header
Response
Choose an example:
application/json