Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PW – RC – Pending points and other changes #856

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3c46608
GET pending-points p.1
p-woznikowski Jan 14, 2025
fef3980
GET pending-points p.2
p-woznikowski Jan 15, 2025
4d464a7
GET pending-points p.3
p-woznikowski Jan 15, 2025
96e0f4d
event_source refactor
p-woznikowski Jan 15, 2025
54935dd
GET pending-points p.4
p-woznikowski Jan 15, 2025
aa49c2f
GET pending-points p.5
p-woznikowski Jan 16, 2025
1aae941
GET pending-points p.6
p-woznikowski Jan 16, 2025
f1fb63c
GET pending-points p.7
p-woznikowski Jan 16, 2025
829cf93
Update get-take-list.ts
p-woznikowski Jan 16, 2025
6249761
Update OPEN-API.md
p-woznikowski Jan 16, 2025
183adb9
Merge branch 'master' into PW-pending-points
p-woznikowski Jan 16, 2025
37a8338
Merge pull request #854 from voucherifyio/PW-pending-points
p-woznikowski Jan 16, 2025
0269cb1
POST pending-points activate p.1
p-woznikowski Jan 16, 2025
a93bb7e
POST pending-points cancel p.1
p-woznikowski Jan 16, 2025
80258a0
Update get-take-list.ts – p.points activate/cancel
p-woznikowski Jan 16, 2025
961d3f8
Changelog p.points activate/cancel
p-woznikowski Jan 16, 2025
3c3b6bf
Merge pull request #857 from voucherifyio/PW-pending-points
p-woznikowski Jan 16, 2025
95c15d2
Pending points – desc. fix p.1
p-woznikowski Jan 17, 2025
4000739
Pending points – desc. fix p.2
p-woznikowski Jan 17, 2025
f1cfbcc
Update Security.md
MaciekVoucherify Jan 20, 2025
338c740
Review security
p-woznikowski Jan 21, 2025
6737975
Merge pull request #858 from voucherifyio/mk-security-update
p-woznikowski Jan 21, 2025
c3ceda6
Update Key-Concepts.md
p-woznikowski Jan 21, 2025
94453b4
Update Management-API.md
p-woznikowski Jan 21, 2025
fb51272
Update Management-API.md
p-woznikowski Jan 21, 2025
7ddb7a1
Pending Points trial
p-woznikowski Jan 22, 2025
2a13c5e
`pending_points` for loyalty cards
p-woznikowski Jan 24, 2025
c7d9342
p. points in earning rules
p-woznikowski Jan 24, 2025
479cdaf
p.points – LoyaltyCardTransactionsType
p-woznikowski Jan 24, 2025
52c7a6d
EventCustomerLoyaltyCardPendingPointsAdded
p-woznikowski Jan 24, 2025
d4c248a
p.points – LoyaltyCardTransactionsType p.2
p-woznikowski Jan 24, 2025
e3b2985
EventCustomerLoyaltyCardPendingPointsActivated
p-woznikowski Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Security.md
Updating Security article.
  • Loading branch information
MaciekVoucherify committed Jan 20, 2025
commit f1cfbcc6350eccf4904dcdaa846414dc91427349
8 changes: 6 additions & 2 deletions docs/guides/integration_blueprint/Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ As an **ISO-27001-certified product**, Voucherify implements several security st
* **GDPR & CCPA compliance**.
* Redundancy of all underlying for High Availability.
* Reliability and backup (RAID class hardware, AWS S3).
* Two-factor authentication, strong password policies, SAML.
* Automated daily data backups; additionally, snapshots copied over to a separate AWS account with limited access as an extra layer of security. We continuously check whether automated backups succeed and are available. Moreover, the procedure of recovering data from snapshots is tested regularly.
* Two-factor authentication, strong password policies, SAML- Voucherify prioritizes account security by implementing features like strong password policies, session management, and access monitoring. These measures help protect user accounts and prevent unauthorized access. For more details, visit the [Account Security article](https://support.voucherify.io/article/437-account-security).
* Automated daily data backups; additionally, snapshots copied over to a separate AWS account with limited access as an extra layer of security. We continuously check whether automated backups succeed and are available. Moreover, the procedure of recovering data from snapshots is tested regularly.
* User roles - Voucherify's Team Management enhances account security by offering features like role-based access control, user permissions, and activity tracking. These tools ensure only authorized team members can access or modify sensitive data, reducing the risk of unauthorized actions. For more details, refer to the [Team Management](docs:team-management) documentation.
* Security and Data Protection - Voucherify ensures robust security and data protection through measures like encryption, GDPR compliance, and secure API communication. These practices safeguard sensitive data and maintain compliance with legal standards. For more information, visit the [Security & Data Protection](https://support.voucherify.io/article/125-security-data-protection) article.
* Multi-Factor Authentication - Voucherify supports Multi-Factor Authentication (MFA) to enhance account security. MFA adds an extra layer of protection by requiring users to verify their identity through an additional factor beyond their password. For detailed guidance, refer to the [MFA article](https://support.voucherify.io/article/469-multi-factor-authentication-mfa).
* Fraud Prevention - Voucherify offers tools for Fraud Prevention to safeguard your campaigns, including setting redemption limits, monitoring suspicious activity, and defining usage rules to prevent abuse. For more information, check the [Fraud Prevention article](https://support.voucherify.io/article/516-fraud-prevention#account-security).

Contact our Customer Success team for a complete **Security Architecture Model** or the recent pentest report.

Expand Down