Stripe Payments

Handle Stripe checkout sessions, subscriptions, and webhooks for payment integration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/okatech-org/gabon-diplomatie --skill stripe-payments-okatech-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Stripe Payments
Source: https://github.com/okatech-org/gabon-diplomatie/tree/main/.agent/skills/stripe-payments
Command: npx skills add https://github.com/okatech-org/gabon-diplomatie --skill stripe-payments-okatech-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Intégration Stripe complète pour les applications: gestion des paiements uniques et récurrents, webhooks et gestion des clients, afin d'automatiser les flux de paiement.

Core Features & Use Cases

  • Paiements uniques et abonnements via Checkout Sessions et Billing
  • Gestion des clients et des abonnements Stripe avec synchronisation en base
  • Webhooks Stripe pour mettre à jour les états des paiements et des abonnements en temps réel

Quick Start

Configurez vos clés Stripe et lancez la première session de paiement dans votre application.

Frequently Asked Questions about Stripe Payments

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

FAQPage Schema
How do I integrate Stripe checkout sessions for one-time payments and subscriptions?

Stripe checkout integration handles one-time payments and recurring billing by generating checkout sessions. It manages customer creation and subscription state synchronization in your database automatically.

How do Stripe webhooks update payment and subscription states in real time?

Stripe webhooks push real-time event notifications to your backend endpoint. The integration verifies webhook signatures and updates payment and subscription states in your database to maintain accurate billing records.

What is the best way to securely handle Stripe secret keys on the server side?

Secure Stripe integration requires keeping server-side Stripe secret keys confidential. This approach ensures sensitive payment processing operations remain protected while exposing only safe client-side elements.

Can I use Stripe Elements for secure client-side payment integration across multiple stacks?

Yes, secure client-side integration via Stripe Elements works across multiple frontend and backend stacks. It allows you to collect payment details safely without directly handling sensitive card data.

Does this Stripe payment integration support recurring billing and customer management?

Yes, the integration fully supports recurring billing and customer management. It synchronizes subscription statuses in your database and manages the complete customer lifecycle through Stripe Billing.