The Tilta plugin is not available on the Shopware App Store. You must install it manually via Composer or by uploading the release ZIP file through the Shopware Extensions manager.
Supported versions
The plugin is tested and supported on the following Shopware releases:Prerequisites
Before you install the plugin, make sure you have:- A registered Tilta account with API credentials
- At least one enabled merchant configured in the Tilta Portal
- Shopware 6.4, 6.5, or 6.6 installed with administrative access
- Composer available on your server (for Composer-based installation)
Installation
- Composer (recommended)
- Manual (ZIP upload)
Installing via Composer keeps the plugin under version control and makes future updates straightforward.
1
Require the package
Run the following command in your Shopware root directory to add the plugin to your project:
2
Refresh the plugin list
Tell Shopware to detect the newly installed plugin:
3
Install and activate the plugin
Install and activate the plugin in a single command:After this command completes, the Tilta payment method is available in your Shopware administration panel.
Updating the plugin
- Composer
- Manual
To update to the latest compatible version, run:Composer resolves and downloads the newest release, and the
plugin:update command runs any pending database migrations.Configuration
After installation, configure the plugin with your Tilta API credentials and adjust the settings for your storefront.1
Open the plugin configuration
In the Shopware administration panel, go to Extensions → My Extensions. Find TiltaPaymentSW6 in the list, click the three-dot menu (⋮) next to it, and select Configure.
2
Enter your API credentials
Select the environment you want to configure (Sandbox or Production) and paste the corresponding API key from the Tilta Portal into the API Key field.
3
Test your credentials
Click the Test credentials button. Shopware sends a test request to the Tilta API and displays a success or error message. Do not proceed until this test passes.
4
Map custom salutations
If your store uses custom salutation options, scroll to the salutation mapping section and map each custom value to either Mrs. or Mr.. Tilta requires one of these two standard values during buyer onboarding.
5
Enable state change notifications
Toggle Notification about state changes to enabled. This setting allows Tilta to push payment and credit status updates back to your Shopware orders in real time.
6
Save and publish the payment method
Click Save to apply your configuration. Then navigate to Sales Channels → [Your Sales Channel] → Payment & Shipping and add Tilta – Pay Later to the list of active payment methods. Your buyers can now select Tilta at checkout.
Further resources
GitHub repository
Browse the plugin source code, report issues, and read the repository README for advanced configuration options.
PHP SDK
If you need to extend or customise the plugin, the underlying PHP SDK gives you direct access to all Tilta API endpoints.
API reference
Explore the full REST API documentation that the plugin uses under the hood.
Contact support
Reach out to the Tilta team if you encounter issues during installation or configuration.