Create Operator
Create Operator
POST {{Environment_URL}}/vendors/v1/vendors/accounts
THIS ROUTE REQUIRE SPECIAL PERMISSION, ASK OUR TEAM TO VALIDATE AVAILABILITY!
Operators: Is an account type that may allow Charge 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
password
Operator's Password
true
String
!5up3r5tr0ngP455w0rd
Request Body
{
"type": "OPERATOR",
"name": "John Doe",
"chargesEnable": true,
"email": "[email protected]",
"password": "!5up3r5tr0ngP455w0rd"
}Response

