Authentication
The POS API uses Personal Access Token authentication with Bearer token scheme. This simple yet secure method ensures that only authorized applications can access your POS system data and operations.
Personal Access Token​
Personal Access Tokens provide secure, long-lived authentication for API access without requiring username/password credentials in your applications.
Generating a Token​
To generate a Personal Access Token:
- Log in to your Paysera POS system at pos.paysera.com
- Navigate to User Settings (
/user/settings) - Find the API Access or Personal Access Tokens section
- Click Generate New Token
- Give your token a descriptive name (e.g., "Production API Integration")
- Copy the generated token immediately (it won't be shown again)
- Store the token securely (see Security best practices)
warning
Save Your Token
The token is only displayed once during generation. If you lose it, you'll need to generate a new token and update your application.
Token Format​
Personal Access Tokens are long alphanumeric strings:
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c