GDPR Compliance

Last updated on June 26, 2024.

In this article, we discuss:

  • Handling and Storing Data
  • Cookie Notification
  • Data Security
  • Data Erasure
  • Getting Consent
  • Payment Gateways

Handling and Storing Data

Handling and storing personal data in accordance with GDPR requirements means that you have to keep personal data accurate, up-to-date, and secure. If users ask you to have their data fixed or deleted, you should respond promptly (in less than 30 days, but the sooner the better).

To inform users about the way you handle personal data, you should write a Privacy Policy and make it available on your site, so that it’s easy to find. The Privacy Policy should include:

  • Why you collect the data (purpose).
  • What you do with the data.
  • How you collect it.
  • How you store it.
  • How someone can get in touch with you (e.g. to delete their data).
  • Links to the privacy policies of third-party applications you use (e.g. chat, email provider).

Cookie Notification

The opt-in requirement applies to cookie notifications, too. Implied consent (e.g. user closing the cookie notification window) is not enough. Any new visitor to your website should click to opt-in, so the notification should have a button and a link to your cookie policy as well.

The cookie policy should describe what you collect and why, even for third-party applications, like Google Analytics.

Insites partners can implement a cookie notification in many ways, for example by adding a JavaScript cookie alert popup to their sites. You can use available cookie consent solutions or reuse code from a GitHub repository.

Data Security

The regulation expects data controllers to ensure the security of personal data. This means you should use some kind of encryption (e.g. SSL), and implement digital security measures. You should have the ability to recover and restore data from a disaster and implement a workflow for regular testing of security issues.

You have to consider data breaches and their consequences, have a data breach response plan that ensures you can inform your users about the data breach promptly, and report the data breach to your supervisory authority in less than 72 hours.

We use Amazon Elastic Compute Cloud (Amazon EC2) as server infrastructure and Amazon Simple Storage Service (Amazon S3) for data storage. All AWS services including these are GDPR compliant, learn more about them in detail in their GDPR Center.

Data Erasure

You are only allowed to store personal information for the required amount of time, then you have to take measures to securely erase it. You also have to erase data if you receive a valid erasure request.

Erasing Data from Backup Archives

When complying with the data erasure requirement, the main goal is to delete the personal data from production systems (live site). You should make sure to explain that the data may be stored in backup archives, that must be kept for a longer period of time.

If you cannot immediately overwrite the backup data, you have to put it "beyond use". You have to ensure that data in backup archives are encrypted, and won’t be restored. You should also inform the users about how long you will retain the data in the backup.

Note: We keep backup archives for 30 days as a default.

We have soft delete as a safety option for the most critical cases, but if you want to have a backup and restore functionality other than what is offered, you can implement your own feature. You can build your own data erasure solution using Records, GraphQL and Liquid: you can use a third-party API encryption service against our endpoint, and flag sensitive data for later deletion.

Getting Consent

You should inform your users about the purpose and way you will use their data. You should get their consent, and be able to prove later that you have, so keep a record of the consents (who, when, how, what they consented to, etc.).

Opt-in, not Opt-out

Consent should always be opt-in, and not opt-out. This means users should actively give their consent to you for using their data (e.g. by clicking a button or selecting a checkbox). Implied consent is not allowed, so you can’t use a pre-ticked checkbox and consider it consent if the user hasn’t unchecked it. You are not allowed to bundle checkboxes (users should not be able to check more boxes at once), and you should make it easy for your users to withdraw their consent.

If you are using a third-party email provider for a newsletter subscription or a chat application, make sure they follow GDPR requirements as well.

Payment Gateways

From the perspective of GDPR, payment gateways are third-party applications that act as data processors. The regulation requires you to have legal contracts with these third parties that describe:

  • the duration of the processing,
  • the nature of the processing,
  • the duty of confidence,
  • that data processors understand that nothing within the contract relieves the processor of its own direct responsibilities and liabilities under the GDPR.

In your Privacy Policy, list the payment gateways you use, and link to their respective Privacy Policies.

Most of our Partners use Stripe, a payment solution integrated into our platform, so all sensitive information is processed through a payment gateway. Visit Stripe’s GDPR guide to learn more about the measures they take to ensure GDPR compliance.

Although the article covers the basics to answer the most fundamental questions, it’s not comprehensive, so you should look into the legislation and ask for legal advice about specific use cases or anything not covered in this guide. Also, there are different technical solutions or approaches to follow each requirement, so the tips we shared are usually not the only option.

Have a suggestion for this page?

Didn't quite find what you are looking for or have feedback on how we can make the content better then we would love to hear from you. Please provide us feedback and we will get back to you shortly.