Skip to main content

Stripe Skill

Use this skill when you need to:

  • Search for a customer by email (search <email>).
  • Get details of a payment intent (payment <pi_...>).
  • Get details of a charge (charge <ch_...>).
  • Get details of an invoice (invoice <in_...>).
  • Verify Stripe connectivity (test).

Quick Commands (from pla-cli/)

php scripts/stripeHandler.php search [email protected]
php scripts/stripeHandler.php payment pi_123456789
php scripts/stripeHandler.php charge ch_123456789
php scripts/stripeHandler.php invoice in_123456789
php scripts/stripeHandler.php help

Prerequisites

  • STRIPE_API_KEY must be set in pla-cli/.env.

Notes

  • The script is self-documenting. Use php scripts/stripeHandler.php help for the most up-to-date usage.