Platform Payment Flows
Handles business logic for post fees, tipping, and PRO membership upgrades within the platform.
Install
mkdir -p .claude/skills/platform-payment-flows && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14190" && unzip -o skill.zip -d .claude/skills/platform-payment-flows && rm skill.zipInstalls to .claude/skills/platform-payment-flows
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Platform-specific payment business logic, including Post Fees, Tipping, and PRO Membership upgrades.Key capabilities
- →Handle paid post creation workflows
- →Enable direct user-to-user tipping
- →Manage PRO membership upgrade logic
- →Validate transaction hash format on the backend
- →Prevent replay attacks using unique transaction hashes
- →Integrate with frontend SDK for payment initiation
How it works
The skill outlines the business logic for platform payments, involving client-side payment initiation via SDK and server-side verification and fulfillment for features like paid posts, tipping, and PRO membership.
Inputs & outputs
When to use Platform Payment Flows
- →Implementing paid post creation workflows
- →Enabling direct tipping between users
- →Managing PRO membership upgrade logic
- →Validating payment transaction hashes on the backend
About Platform Payment Flows
This skill provides the server and client-side logic for managing financial transactions in the platform. It specifically handles paid post creation, direct user-to-user tipping, and PRO membership upgrades by coordinating between the frontend SDK and backend databases.
Platform-specific payment business logic, including Post Fees, Tipping, and PRO Membership upgrades.
When not to use it
- →When the platform does not involve Pi payments
- →When the business logic is not related to post fees, tipping, or PRO membership
- →When the payment model is not client-side initiation and server-side verification
Limitations
- →The skill is specific to Pi payments.
- →The skill focuses on post fees, tipping, and PRO membership upgrades.
- →The skill's on-chain verification is a future improvement, currently relying on optimistic verification.
How it compares
This skill provides a structured, platform-specific implementation of payment flows, detailing workflows, database interactions, and security measures, which is more complete than a generic payment gateway integration.
Compared to similar skills
Platform Payment Flows side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| Platform Payment Flows (this skill) | 0 | 6mo | No flags | Intermediate |
| supabase-python | 0 | 4mo | Review | Advanced |
| pagination | 1 | 6mo | No flags | Intermediate |
| moai-domain-backend | 1 | 3mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by aaaa47080
View all by aaaa47080 →You might also like
supabase-python
alinaqi
FastAPI with Supabase and SQLAlchemy/SQLModel
pagination
dadbodgeoff
Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination metadata.
moai-domain-backend
modu-ai
Backend development specialist covering API design, database integration, microservices architecture, and modern backend patterns.
senior-backend
Cor-Incorporated
Guides backend system development with Node.js, Express, Go, Python, PostgreSQL, GraphQL, and REST APIs. Use when the user says: 'design an API', 'optimize database queries', 'implement authentication', 'set up backend', 'create API endpoint', 'database migration', 'fix N+1 query', 'add rate limitin
assets
salazarsebas
Stellar Assets (classic) + trustlines + Stellar Asset Contract (SAC) bridge to Soroban. Covers asset issuance, distribution, authorization flags, clawback, regulated assets, trustline management, and the SAC interop layer that exposes classic assets as Soroban tokens. Use when tokenizing real-world
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.