Security Measures: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(9 intermediate revisions by 3 users not shown)
Line 6: Line 6:


=Callback=
=Callback=
It makes sense to limit the range of IP addresses where the merchant's server accepts callback requests from.
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.


As of 2017.11.23 the callback request will come from this IP Address: 195.56.171.161
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


{{NotificationBox|title=IMPORTANT|text=The IP address of the callback request may change any time for security reasons.|color=#FF7A3D}}
{{NotificationBox|title=IMPORTANT|text=The IP address of the callback request may change any time for security reasons.|color=#FF7A3D}}
Line 16: Line 21:
=Barion API Calls=
=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.
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.
{{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 11:23, 9 July 2020

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
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