Security Measures: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
No edit summary
(3 intermediate revisions by 2 users not shown)
Line 23: Line 23:
We recommend that you use Domain Name Service (DNS) results to determine the IP addresses of our API servers. We may change records we do not provide notification of changes.
We recommend that you use Domain Name Service (DNS) results to determine the IP addresses of our API servers. We may change records we do not provide notification of changes.


{{NotificationBox|title=IMPORTANT|text=All communication must be done over HTTPS. The Barion system only supports TLS v1.1 / v1.2|color=#FF7A3D}}
=Encryption=
All communication with the Barion system must be done using TLS v1.1 and above - former encryption standards (SSLv3, TLS1.0 etc.) are not supported.
 
{{NotificationBox|title=IMPORTANT|text=All communication must be done over HTTPS. The Barion system only supports TLS v1.1 and above|color=#FF7A3D}}

Revision as of 20:01, 30 January 2019

Security Measures

Introduction

This page lists different measures we take to maintain security and service levels. Please read carefully and follow the instructions, especially where changes may happen any time. If you do not update your settings when a change occurs, you might risk your Barion implementation's ability to work properly or at all.

Callback

It makes sense to limit the range of IP addresses where the merchant's server accepts callback requests from, although you must be aware that the IP addresses can change.

The callback request currently originate from the following IP addresses:

  • 13.79.241.141
  • 40.69.88.149
  • 40.69.88.240
  • 52.164.220.205
  • 52.169.80.55
  • 195.56.171.161
IMPORTANT
The IP address of the callback request may change any time for security reasons.

If the IP address changes, we publish the list of new IP addresses here and notify our developers and merchants in the Facebook group (See: Getting support) and in a newsletter, sent to the merchant's e-mail used at registration.

Barion API Calls

We recommend that you use Domain Name Service (DNS) results to determine the IP addresses of our API servers. We may change records we do not provide notification of changes.

Encryption

All communication with the Barion system must be done using TLS v1.1 and above - former encryption standards (SSLv3, TLS1.0 etc.) are not supported.

IMPORTANT
All communication must be done over HTTPS. The Barion system only supports TLS v1.1 and above