Create Operator

Create Operator

POST {{Environment_URL}}/vendors/v1/vendors/accounts ⚠️ This endpoint is restricted and requires prior authorization. Please reach out to our team to confirm availability and obtain the necessary permissions.

Operators are a dedicated account type that can be configured to allow transaction creation.

Headers

Name
Value

Authorization

Bearer <token>

Body

Key
Description
Required
Data Type
Example

type

Account Type

true

String

OPERATOR

name

Operator's name

true

String

John Doe

chargesEnable

Whether the Operator will be able to create Charges

true

Boolean

true

email

Operator's Email

true

String

password

Operator's Password

true

String

!5up3r5tr0ngP455w0rd

Request Body

{
  "type": "OPERATOR",
  "name": "John Doe",
  "chargesEnable": true,
  "email": "[email protected]",
  "password": "!5up3r5tr0ngP455w0rd"
}

Response