Integration Steps
Get Paysera Account
Register for a Paysera account and complete identification.
📹 Watch video instructionsOrder Payment Collection
Order "Online payment collection via e-banking and other systems" service.
Settings → Profile Settings → Service managementCreate a Project
Navigate to "Project and Activities" → "My projects" and create a new project.
📹 Watch video instructionsOrder Delivery Service
After project confirmation, order the delivery service.
Settings → Profile Settings → Service management → DeliveryConfigure Shop Information
Add your e-shop's storage address and contact information for delivery orders.
Delivery → Settings → Select project → Fill informationIntegrate API
Use your project_id and sign_password to integrate the Delivery API.
Complete integration and start processing deliveriesKey Features
Multiple Couriers
Access various delivery services through a single integration without separate courier agreements.
Easy Management
Create delivery orders, track shipments, and manage parcels through one unified API.
Real-time Updates
Get real-time delivery status updates and tracking information for all your shipments.
Quick Support
Receive quick technical support when needed for seamless delivery management.
API Overview
API Base URL
https://delivery-api.paysera.com/v1Authentication: Bearer Token (JWT)
Availability: Lithuania, Latvia, Estonia (Baltic countries only)
Delivery Order Creation Workflow
Creating a delivery order involves multiple steps to ensure proper routing:
- Authenticate - Obtain Bearer token using your project credentials
- Get Package Sizes - Fetch standard package size configurations
- Create Shipment Points - Set up sender (pickup) and receiver (delivery) locations
- Get Available Methods - Query available delivery methods for your route
- Get Available Gateways - Select courier gateway (DPD, DHL, Omniva, etc.)
- Find Delivery Points - Locate parcel lockers or pickup points if needed
- Create Order - Submit delivery order with all details
- Download Label - Get shipping label PDF for parcel
- Track Shipment - Monitor delivery status via API or webhooks
Supported Couriers
| Courier | Coverage | Services |
|---|---|---|
| DPD | Europe-wide | Standard, Express, Saturday delivery |
| DHL | Global | Express, Economy, Same-day |
| Omniva | Baltics | Parcel machines, Home delivery |
| LP Express | Lithuania | Next-day, Parcel lockers |
| Venipak | Baltics + Poland | Standard, Express, C.O.D. |
Important Notes
- 📏 Package dimensions: Weight in grams (g), dimensions in millimeters (mm)
- 🔐 Authentication: Bearer token required for all API requests
- 🚚 Auto-selection: API automatically selects best courier based on route and requirements
- 🔔 Webhooks: Use webhook events for real-time status updates instead of polling
- 💰 Pricing: Parcel locker services from €1.70, courier delivery from €2.50
- 📦 No e-shop required: API accessible for manual orders, marketplace integrations, or custom workflows
Complete Documentation & Examples
Delivery API Overview
Learn about key features, supported couriers, pricing, and integration workflow.
View API OverviewCreating Your First Order
Step-by-step guide with complete code examples in multiple languages.
View Guide