Overview
A well-defined incident response plan is critical for any organization processing payments. This playbook provides structured procedures for identifying, containing, and recovering from security incidents affecting your Yuno integration, including card data compromises, data breaches, and fraud spikes.Incident Severity Classification
Classify every incident immediately upon detection to determine the appropriate response level.Severity Escalation Triggers
A P3 or P4 incident must be escalated to a higher severity if any of these conditions are met:- Evidence of data exfiltration is discovered
- The scope of affected accounts exceeds initial estimates by 10x or more
- A regulatory notification deadline is at risk
- Media or public attention is imminent
Card Compromise Procedures
Immediate Steps (First 30 Minutes)
1
Contain the exposure
Revoke compromised API keys immediately via Dashboard > Settings > API Keys. Generate new keys and update all integration endpoints. If the compromise involves Yuno-issued tokens, contact Yuno support to invalidate the affected token pool.
2
Preserve evidence
Before making any system changes beyond containment, capture the current state:
- Export application and access logs for the past 72 hours
- Screenshot Dashboard activity showing anomalous transactions
- Record the timeline of events as known at this point
- Do not restart or wipe servers involved in the incident
3
Assess scope
Determine the extent of the compromise:
- Number of cards or tokens potentially exposed
- Time window of unauthorized access
- Which systems, endpoints, or providers are affected
- Whether customer PII beyond card data was accessed
4
Notify Yuno
Contact Yuno’s security team immediately using the escalation template below. Yuno will coordinate with affected payment providers and card networks as needed.
Containment Checklist
Investigation Phase
After containment, conduct a thorough investigation:- Access log analysis: Review API access logs for unauthorized calls, unusual patterns, or access from unexpected IP addresses or geolocations.
- Transaction review: Identify transactions during the compromise window. Flag those with anomalous characteristics (unusual amounts, high velocity, new countries).
- Credential audit: Determine how credentials were compromised (phishing, code repository exposure, insider threat, application vulnerability).
- Scope determination: Establish the definitive list of affected cards, customers, and data elements.
If you process more than 6 million transactions annually (PCI Level 1), you are required to engage a PCI Forensic Investigator (PFI) for any confirmed card data breach. Contact your acquiring bank for PFI recommendations.
Data Breach Notification Requirements
Notification requirements vary by jurisdiction. The following are the primary regulations applicable to Yuno merchants.GDPR (European Union / EEA)
LGPD (Brazil)
PCI DSS Requirements
Notification Timeline Summary
Forensics and Logging Requirements
What to Preserve
Maintain the following records with their integrity intact during and after an incident:Chain of Custody
When preserving evidence for a forensic investigation:- Create forensic copies: Use write-blocked disk images rather than working on original systems.
- Hash all evidence: Generate SHA-256 hashes of all collected evidence at the time of collection.
- Document handling: Record who accessed evidence, when, and what actions were taken.
- Secure storage: Store evidence in a restricted-access location separate from production systems.
- Legal hold: Notify your legal team to implement litigation hold on relevant data if regulatory action is possible.
Yuno retains its own audit logs for API access, transaction processing, and Dashboard activity. Contact Yuno support to request relevant logs for your account during an investigation.
Fraud Spike Escalation Procedures
Detection Thresholds
Monitor these metrics continuously and trigger escalation when thresholds are exceeded:Escalation Matrix
Temporary Fraud Controls via Yuno
During a fraud spike, you can implement these controls through Yuno:- Enable 3DS on all transactions: Force challenge flow via the
three_d_secure.enabled: trueparameter. - Restrict countries: Limit transactions to expected countries via Dashboard routing rules.
- Lower transaction limits: Reduce maximum transaction amounts temporarily.
- Block BIN ranges: If specific card BINs are associated with fraud, request BIN-level blocks through Yuno support.
Provider Failover During Incidents
If an incident is linked to a specific payment provider, implement failover:1
Identify the affected provider
Use Dashboard > Transactions to filter by provider and confirm which provider is experiencing issues.
2
Activate backup provider
Navigate to Dashboard > Routing > Rules and adjust routing priority to direct traffic to your backup provider. Ensure the backup provider supports the same payment methods and countries.
3
Monitor the switchover
Watch approval rates and error rates on the backup provider for the first 30 minutes to ensure it handles the additional volume without degradation.
4
Coordinate with Yuno
Notify Yuno support of the provider issue and your failover action so they can investigate on their end and advise on resolution timing.
Provider failover is only effective if you have pre-configured backup providers in your Yuno routing rules. Configure at least one backup provider for each critical payment method before an incident occurs.
Communication Templates
Internal Escalation Template
Yuno Support Escalation Template
Customer Notification Template (Data Breach)
Post-Incident Review
Conduct a post-incident review within 5 business days of incident closure.Review Agenda
Review Deliverables
- Incident timeline: Minute-by-minute account from detection to resolution.
- Root cause analysis: Technical and process factors that contributed to the incident.
- Action items: Specific, assigned, and time-bound remediation tasks.
- Updated procedures: Revised playbook sections based on lessons learned.
- Metrics update: Adjust detection thresholds if current thresholds missed the incident.
Compliance Documentation Requirements
Maintain these records for regulatory and audit purposes:Emergency Contacts and Escalation Paths
Configure these contacts before an incident occurs:Best Practices
- Test your incident response plan at least annually with tabletop exercises simulating P1 and P2 scenarios.
- Maintain a 24/7 on-call rotation for engineering and security teams with access to Yuno Dashboard and API key management.
- Pre-configure provider failover routes in Yuno so you can switch providers within minutes, not hours.
- Automate detection: Use Yuno webhooks and your monitoring stack to alert on anomalous transaction patterns in real time.
- Document everything: During an incident, designate one person to maintain the incident timeline. Memories are unreliable under pressure.
- Train regularly: Ensure all team members know their role in the incident response plan and can execute it without referring to this document.