← All skills
Tencent SkillHub · Communication & Collaboration

Payments

Integrate payments with provider selection, checkout flows, subscription billing, and security best practices.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Integrate payments with provider selection, checkout flows, subscription billing, and security best practices.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, integration.md, providers.md, security.md, subscriptions.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Situation Detection

ContextLoadChoosing Stripe vs Paddle vs LemonSqueezyproviders.mdImplementing checkout, webhooks, refundsintegration.mdSubscription billing, trials, upgradessubscriptions.mdPCI compliance, fraud preventionsecurity.md

Universal Rules

Never store card data. Use provider-hosted checkout or tokenization. PCI compliance burden explodes the moment raw card numbers touch your server. Webhooks are truth. Client-side success callbacks lie. A payment succeeded only when your webhook confirms it. Design for webhook-first verification. Test mode exists for a reason. Use test cards, simulate failures, verify webhook handling. Production surprises cost real money and real customers. Pricing psychology: $9.99/mo feels cheaper than $120/year, but annual retention is 2-3x higher. Default to annual with monthly option, not the reverse.

Provider Quick Compare

NeedRecommendationUS/global B2CStripe (best docs, widest coverage)SaaS selling to EU (VAT headache)Paddle, LemonSqueezy (merchant of record)Simple product, no dev resourcesGumroad, Lemonsqueezy hostedMarketplace with splitsStripe ConnectHigh-risk or adultSpecialized processors (CCBill, Epoch) See providers.md for detailed comparison.

Integration Checklist

Before going live: Webhook endpoint secured and verified Idempotency keys on all charges Failure states handled (declined, expired, insufficient) Receipts and invoices configured Refund flow tested Subscription lifecycle events handled (upgrade, downgrade, cancel) Currency handling explicit (store in cents/smallest unit)

Red Flags

Storing CVV anywhere, ever → Instant PCI violation Trusting client-side payment confirmation → Fraud vector No retry logic for failed webhooks → Lost transactions Hardcoding prices in frontend → Easy manipulation Missing cancel_at_period_end handling → Angry customers

When to Load More

SituationReferenceEvaluating payment processorsproviders.mdBuilding checkout, handling webhooksintegration.mdRecurring billing, metering, trialssubscriptions.mdFraud, PCI, chargebackssecurity.md

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs
  • SKILL.md Primary doc
  • integration.md Docs
  • providers.md Docs
  • security.md Docs
  • subscriptions.md Docs