Create Client Account

Create a new client account. The new client account needs an active account with a host processor.

SecurityApiKeyAuth
Request
header Parameters
IV
required
string

Initialization Vector for database encryption.

Request Body schema:
object (Client)

Client data details

parentId
string

Unique identifier for parent of client.

clientLegalName
string

Registered, legal name of client.

clientName
string

A pseudonym used by companies that do not operate under their registered company name.

Responses
201

Client created.

400

Bad Request

401

Unauthorized access

403

Access forbidden

409

Conflict.

429

Too Many Requests

post/apis/clients
Request samples
{
  • "client": {
    }
}
Response samples
{
  • "clientId": "string",
  • "clientData": {
    },
  • "cryptoKeys": {
    }
}
Copyright © Pace Software 2021–2023. All rights reserved.