my-payments-api

Create Stripe-hosted checkout flows and manage charges and refunds.

83|Updated May 8, 2026
One-click install
npx skills add https://github.com/myapihq/myapi --skill my-payments-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-payments-api
Source: https://github.com/myapihq/myapi/tree/main/skills/my-payments-api
Command: npx skills add https://github.com/myapihq/myapi --skill my-payments-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of adding payment collection by letting agents create secure Stripe-hosted checkout flows without handling raw card information or building custom billing infrastructure.

Core Features & Use Cases

  • Stripe Account Connection: Connect an existing Stripe account securely so payments are processed under the user's own merchant account.
  • Checkout and Subscription Creation: Create one-time or recurring payment checkout URLs that can be shared through websites, emails, or application flows.
  • Payment Lifecycle Management: View charges, inspect payment records, and issue full refunds for completed transactions.
  • Use Case: A SaaS builder can ask an agent to add a monthly subscription checkout flow and receive a Stripe-hosted payment page without implementing card handling.

Quick Start

Ask the payments skill to connect my Stripe account and create a recurring checkout link for my monthly plan.

Frequently Asked Questions about my-payments-api

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

FAQPage Schema
How do I create Stripe checkout links for subscriptions without handling raw card data?

Stripe checkout links for subscriptions are created by connecting a Stripe account and generating secure hosted checkout URLs, avoiding direct card data handling. This enables recurring billing flows for SaaS or ecommerce applications.

What is Stripe hosted checkout and how does it work for payment processing?

Stripe hosted checkout is a secure payment flow generated externally from your application to process transactions safely. It handles card data collection on Stripe's servers, providing a shareable URL for one-time purchases and recurring subscriptions.

Do I need an existing Stripe merchant account to generate payment checkout URLs?

An existing Stripe merchant account is required to generate payment checkout URLs. You must connect your own Stripe account securely so the agent can process charges, manage payments, and issue refunds under your merchant profile.

Can I issue full refunds and track charges for completed Stripe payments?

Full refunds and charge tracking for completed Stripe payments are supported through payment lifecycle management. You can view charges, inspect payment records, and issue full refunds directly for transactions processed via the hosted checkout flows.

What is the best way to add payment collection to a SaaS application without building custom billing infrastructure?

The best way to add payment collection without custom billing infrastructure is using agent-generated Stripe hosted checkout URLs. This approach securely processes SaaS subscriptions and one-time purchases without requiring applications to handle raw card data.

Are there limitations when using hosted checkout pages for ecommerce payment management?

Hosted checkout pages for ecommerce payment management redirect users away from your application to Stripe's domain for card data collection. While secure and PCI-compliant, this means you cannot fully customize the checkout interface within your own application.