Skip to main content
The Tilta Shopware 6 plugin adds Tilta’s buy-now-pay-later payment method directly to your Shopware storefront. Once installed and configured, your business buyers can apply for a credit facility and choose deferred payment terms at checkout – without leaving your store. The plugin handles authentication, order creation, and invoice capture automatically in the background.
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)
If you do not have API credentials yet, contact support@tilta.io to request sandbox access.

Installation

Updating the plugin

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.
Enabling state change notifications is strongly recommended. Without it, order statuses in Shopware may not reflect the actual payment state in Tilta.
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.