payment-subscriptions

Community

Pago recurrente sólido con Flow.cl y Stripe.

Authorecolonco
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill provides a production-ready implementation for recurring payments, combining Flow.cl in Chile and Stripe internationally to manage subscriptions, webhooks, and robust fallback handling.

Core Features & Use Cases

  • Flow.cl integration for Chilean payments with multiple predefined plans
  • Stripe integration for international payments
  • Webhook handling and HMAC-based signature verification
  • Production-ready data models for customers and subscriptions
  • Use Case: A SaaS startup offering monthly plans can route payments through Flow.cl in Chile and Stripe elsewhere

Quick Start

Install dependencies, configure environment variables, run migrations, and start the Django server.

  • pip install requests cryptography psycopg2-binary
  • Set up FLOW_API_KEY, FLOW_SECRET, FLOW_SANDBOX, FLOW_BASE_URL, and FLOW_PLAN_* IDs
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver 8000

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: payment-subscriptions
Download link: https://github.com/ecolonco/skill/archive/main.zip#payment-subscriptions

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.