integrating-recaptcha-transaction-defense
Installation
SKILL.md
reCAPTCHA Transaction Defense Integrator
This skill helps you integrate reCAPTCHA Transaction Defense into your Node.js application and automate the "ground truth" feedback loop by listening to chargeback notifications from Payment Service Providers (PSPs) like Stripe and Adyen.
Prerequisites
- Google Cloud Project: reCAPTCHA Enterprise must be enabled. The Fraud Prevention feature must also be enabled in the reCAPTCHA settings for the project.
- Authentication: Your server must be authenticated to Google Cloud. The
easiest way is to set the
GOOGLE_APPLICATION_CREDENTIALSenvironment variable pointing to a downloaded Service Account JSON key. - IAM Roles: The authenticated Service Account requires the
reCAPTCHA Enterprise Agent(roles/recaptchaenterprise.agent) role to create and annotate assessments. During the execution of this agent skill,roles/logging.vieweris required so that the skill can automatically
Related skills