PayPal Verification Skill

Validate PayPal credentials and environment variables via OAuth2 token requests.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/canyouseeus/thelostandunfounds --skill paypal-verification-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PayPal Verification Skill
Source: https://github.com/canyouseeus/thelostandunfounds/tree/main/skills/paypal-verify
Command: npx skills add https://github.com/canyouseeus/thelostandunfounds --skill paypal-verification-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node-fetch, dotenv, and includes scripts (resource) components.

What problem does it solve?

This Skill helps ensure PayPal credentials and environment variables are correctly configured, preventing authentication errors during integration.

Core Features & Use Cases

  • Credential validation: checks for missing values and hidden characters in PAYPAL_CLIENT_ID and PAYPAL_CLIENT_SECRET.
  • Environment verification: validates SANDBOX vs LIVE selection and corresponding API endpoints.
  • Token retrieval test: attempts a PayPal OAuth2 token request to prove credentials work.

Quick Start

Run the verification script to validate your PayPal environment variables and credentials.

Frequently Asked Questions about PayPal Verification Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify PayPal OAuth credentials before deploying my integration?

PayPal environment verification validates SANDBOX vs LIVE selection and corresponding API endpoints, preventing authorization errors caused by environment alignment issues during local development and production deployments.

How do I test PayPal sandbox and live credentials to prevent authentication errors?

Test PayPal sandbox and live credentials by running a verification script that validates environment variables, checks for hidden characters, and attempts an OAuth2 token retrieval request to prove credentials work.

Why does my PayPal API token request fail despite having environment variables set?

PayPal API token requests fail when credentials contain hidden characters or when SANDBOX and LIVE environment variables are misaligned, requiring a validation check to identify misconfigured environment variables and prevent authorization errors.

Does this credential verification work with Node.js and dotenv environment variables?

No, this verification does not process PayPal payment transactions or webhooks; it strictly validates PayPal credentials and environment variables to prevent authorization errors during integration by performing an OAuth token retrieval test.