Documentation
Security Incident Response Policy
This policy defines how MYNTY responds to security incidents that may affect merchant data, customer personal information, or service availability.
1. Detection & Triage
- All access to protected customer data (email, order information) is logged via structured
pii_accessaudit events. - Suspicious patterns (unusual volume, unauthorized access attempts) are monitored via server logs.
- Any team member who suspects a breach must immediately notify the engineering lead at hello@mynty.io.
2. Investigation
- Determine the scope: which merchants, stores, and data types are affected.
- Review
pii_accessaudit logs, server logs, and database query logs to establish a timeline. - Identify the attack vector or root cause (e.g., compromised credentials, vulnerability exploit, misconfiguration).
- Preserve all evidence — do not delete or modify logs during investigation.
3. Containment
- Revoke compromised credentials (API keys, session tokens, OAuth tokens) immediately.
- If a vulnerability is being actively exploited, deploy a hotfix or temporarily disable the affected endpoint.
- Rotate
SESSION_SIGNING_SECRETandSHOPIFY_WEBHOOK_SECRETif session or webhook integrity is compromised.
4. Notification
- Affected merchants: Notify via email within 72 hours of confirming the incident. Include: what happened, what data was affected, what steps are being taken, and recommended actions.
- Shopify: Notify Shopify Partner Support of any breach involving Shopify customer data or OAuth tokens.
- Authorities: If required by GDPR, CCPA, or other applicable law, file a report with the relevant supervisory authority within the legally mandated timeframe.
5. Remediation
- Patch the root cause and deploy the fix to production.
- Verify the fix with testing and confirm the attack vector is closed.
- Conduct a post-incident review documenting: timeline, root cause, impact, and prevention measures.
- Update security practices, monitoring, or access controls based on lessons learned.
6. Contact
Report security concerns to hello@mynty.io.
Related Policies
- Privacy Policy — what merchant and customer data we process, how we use it, and your rights.
- Terms of Service — terms governing your use of the MYNTY platform.