v1
latestOpenAPI 3.1.02026-07-241660500.9 KBCreate Account (Team Member)
Create a new account (team member) for this merchant (Administrator role only).
post/v3/account
Query parameters
echoboolean
Request body
Response
201
Example response
{
"active": true,
"saleLimit": 1000,
"refundLimit": 1000,
"timeRestriction": {
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true,
"endTimeMinute": 1439
},
"merchants": [
{
"id": 110070419,
"dba": "Demo Test TSYS Merchant",
"xmid": 8739290300300001,
"applicationStatus": "0",
"plan": "Basic",
"package": [
"Basic"
],
"address": {
"name": "Location",
"address1": "1234 TEST ST",
"city": "ALPHARETTA",
"state": "GA",
"zip": "30004",
"country": "USA"
}
}
],
"role": "Supervisor",
"username": "apidocstest",
"firstName": "API",
"lastName": "Test",
"email": "docs@pps.io",
"mobile": "1234567890",
"password": "Password1234!"
}