0

Secure payment at ServerShop24

Our online shop offers you a range of secure and straightforward payment methods. Shipping usually takes place on the same day we receive your payment.

Most popular payment methods

Bank transfer

Bank transfer

If you pay in advance by bank transfer, your order will be shipped once we have received your payment.

According to EU directive, domestic and intra-European bank transfers take just 1 working day. After placing your order, you will receive our bank details by email.

PayPal

PayPal

Paying with PayPal is secure, fast and user-friendly. You only need a PayPal account.

There are no transaction-related delays in receiving payment, so we can usually dispatch your goods on the day you place your order.

Credit card

Credit card

When paying by credit card, all data is transmitted with SSL encryption and is of course not stored by us.

American Express - Mastercard - VISA

Payment processing is handled by the service provider Mollie for a smooth and fast procedure and meets the highest security standards.

Invoice

Invoice

For businesses and public sector organisations, purchase on invoice is possible subject to a positive credit check.

All orders are checked manually and are usually approved within a few minutes during our business hours.

Further information on purchase on invoice

Further payment methods

Apple Pay

Apple's digital payment service for straightforward payment using its own mobile devices such as the iPhone.

Apple Pay payments are processed by our payment service provider Mollie for a smooth and fast procedure.

Amazon Pay

As an Amazon customer, you can also use Amazon Pay to make payments in our online shop.

Complete the ordering process using your Amazon account; billing is carried out via the payment method stored there.

Bitcoin

We also accept the cryptocurrency Bitcoin.

Due to the direct transfer, both delays and transaction costs are minimal. We use our partner Coingate's service to process payments. If you would like to pay with other altcoins, please let us know!

Cash on delivery

With the cash on delivery service, you can pay for your order within Germany upon delivery.

Please note that additional fees apply for DHL parcels with the cash on delivery service, and delivery to a parcel shop or Packstation is not possible.

Payment methods for customers from neighbouring countries

EPS
EPS

Customers from Austria can also use EPS (Electronic Payment Standard), the secure online payment system of Austrian banks, in our online shop. EPS payments are processed by our payment service provider Mollie for a smooth and fast procedure.

TWINT
TWINT

We also offer TWINT as a payment option for our customers from Switzerland. This allows you to pay conveniently by smartphone and mobile number directly from your Swiss bank account. TWINT payments are processed by our payment service provider Mollie for a smooth and fast procedure.

iDEAL | Wero
iDEAL | Wero

As a customer from the Netherlands, you also have the option of using iDEAL | Wero, the European alternative to providers such as PayPal or Apple Pay, in our online shop. iDEAL | Wero payments are processed by our payment service provider Mollie for a smooth and fast procedure.

Pickup

Payment on pickup

By prior arrangement, you can collect your order from us and pay on site in cash or by debit card/credit card/Apple Pay — with no shipping costs at all.

Our address

Tradeo GmbH · Berg 24 · 84104 Rudelzhausen

Some of the payment methods listed are processed by our payment service provider Mollie for a fast and smooth procedure.

document.addEventListener('DOMContentLoaded', function() { let subform = document.getElementById('custom-sib-form'); subform.addEventListener('submit', function (event) { event.preventDefault(); var form = event.target; var formData = new FormData(form); fetch(form.action, { method: form.method, body: new URLSearchParams(formData).toString(), headers: { 'Content-Type': 'application/x-www-form-urlencoded' } }) .then(data => { document.getElementById('form-response').style.display = 'block'; form.querySelector('button[type="submit"]').disabled = true; form.querySelector('button[type="submit"]').style.opacity = 0.8; document.getElementById('form-response').style.color = '#17ca17'; document.getElementById('form-response').innerText = "You have successfully subscribed to the newsletter"; }) .catch(error => { console.log(error) }); }); })