PCI Booking allows multiple users per account. Each user has their own permissions and up to 5 API keys.
Users
When your account is created, it has one administrator user. You can add more users as needed.
View Users
- Log in to the PCI Booking portal.
- Navigate to Account Settings > View Accounts.
- The list shows all currently active users. Check Show closed to include deactivated users.
- Click a user row to edit their information, permissions, and relay restrictions.
Add a User
- Navigate to Account Settings > Add Account.
- Fill in the required fields:
- User ID (must be unique within the account)
- Temporary Password (the user receives an email to change it on first login)
- Email, Name, Phone
- Assign permissions based on the user’s role:
- Messaging - send and receive PCI messages
- Tokenization - tokenize card data
- Retrieve cards - retrieve and relay card data to third parties. Consider setting up relay restrictions for this permission.
- Property management - manage properties
- System configurator - configure account settings
API Keys
Each user can have up to 5 API keys. All authentication methods are based on API keys.
Generate a New API Key
- Navigate to Account Settings > Account Settings.
- Under the API Access section, click Generate API Key.
- Enter a name for the key (useful when managing multiple keys).
- The API key is displayed.
Copy and store the API key immediately. Once you close the dialog, you cannot view the key again. If you lose a key, you must generate a new one.
Delete an API Key
- Find the key in the API keys list.
- Click the delete icon.
- Confirm deletion.
Deleting an API key cannot be undone. Make sure the key is no longer in use before deleting it.
Verify an API Key
Use the Authenticate endpoint to check if an API key is valid.