Verify PayPal PHP implementation: check correctness, security, and compliance with official SDK. Use when: auditing PayPal integration, ensuring secure token handling, validating webhook setup, reviewing API calls, checking PHP compatibility.
Provide:
The skill will consult official PayPal documentation via:
https://context7.com/paypal/paypal-php-server-sdk/ with direct fetchinghttps://raw.githubusercontent.com/paypal/PayPal-PHP-Server-SDK/refs/heads/main/README.mdReview security-checklist.md for:
Verify:
Check:
Validate:
Verify:
Review webhook-checklist.md:
Generate a .md report with:
# PayPal Implementation Audit Report
- Date: [generated date]
- File(s) analyzed: [list of files]
- PHP Version: [detected or provided]
- SDK Version: [detected]
## Critical Issues (Must Fix)
[List items blocking production deployment]
## High Priority (Fix Before Launch)
[Items that impact security or core functionality]
## Medium Priority (Improve)
[Best-practice recommendations]
## Low Priority (Nice to Have)
[Code quality and maintainability]
## Summary & Recommendations
[Key takeaways and action plan]
/verify-paypal-php src/PayPal/PaymentHandler.php
/verify-paypal-php /app/payments/
Note: This skill requires internet access to fetch PayPal documentation. All checks are performed against the latest official PayPal PHP Server SDK standards.