Stripe Verify
Verifies Stripe customer details like email, address, and payment method status using their API.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stripe-verify npx -- -y @trustedskills/stripe-verify
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stripe-verify": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stripe-verify"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The stripe-verify skill allows AI agents to verify Stripe payment intents. It can check the status of a payment intent, retrieve details about it (like amount and currency), and confirm whether a payment has been successfully processed. This is useful for automating tasks related to financial transactions and confirming payment completion.
When to use it
- Automated order fulfillment: After an order is placed and paid for via Stripe, verify the payment status before initiating shipment or service delivery.
- Subscription management: Confirm successful subscription payments to ensure continued access to services or products.
- Payment reconciliation: Automatically check the status of Stripe payment intents during financial reporting processes.
- Customer support automation: Provide automated responses to customer inquiries about their payment status, retrieving and displaying relevant details from Stripe.
Key capabilities
- Check Payment Intent Status
- Retrieve Payment Intent Details
- Confirm Successful Payments
Example prompts
- "Verify the status of payment intent
pi_3...." - "What is the amount and currency for payment intent
pi_3...?" - "Has payment intent
pi_3...been successfully paid?"
Tips & gotchas
- You will need a valid Stripe API key to use this skill. Ensure you have configured your environment with appropriate credentials.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.