
Stripe is an international payment service provider for online payments. It offers API-based payment processing, modern security features, and a comprehensive dashboard.
Stripe in Travelmanager
| Payment type | Supported | Notes |
|---|---|---|
| Online payments | Yes | For payments in the online shop and online booking process. |
| In-person terminal payments | No | No terminal integration for this PSP is described in this documentation. |
| Tap to Pay | No | Tap to Pay is documented through SumUp. |
Online Payment
Stripe is well suited for integration with Travelmanager and provides a powerful solution for online payment processing.
Creating a Stripe Account
To accept payments with Stripe, create a Stripe business account. After your account has been activated, log in to the Stripe dashboard. Make sure your account is fully configured and that you are not working in test mode.
- Log in to your Stripe dashboard.
- Open the Developers section in the top-right menu.
- Check your account settings and switch from test mode to live mode if required.


Managing API Keys
In the Developers area, open API keys. There you can view your publishable key and create or view your secret key. These keys are required to integrate Stripe into the Travelmanager backend.
Store the keys in Travelmanager as follows:
- Open
System. - Select
Payment methods. - Enter the API keys in the corresponding fields.
Integration in Travelmanager
After generating and storing the API keys, activate the Stripe payment option in Travelmanager. Check all settings carefully to ensure smooth payment processing.
- Verify the integration with a test payment.
- Make sure the required payment methods are available.


Secure Transactions with Stripe
Stripe helps process transactions securely and reliably. Its security mechanisms protect customer payment data and support professional payment handling.
- Use Stripe’s fraud prevention features where appropriate.
- Keep your software and API keys up to date.