Workflow·Finance & Commerce·v2.2.0

Payment Integration

Integrate payments with SePay (VietQR), Polar, Stripe, Paddle (MoR subscriptions), Creem.io (licensing).

You say
Buy it · $99 Read it before you buy $99 Written by mrgoonie · unverified publisher
Context cost
62k tokensestimated from the bundle, loaded when it triggers
Bundle
43 files · 247.9 kB4 scripts among them — read before you run
Licence
MITpaid listing
Last change
v2.2.0
Servers it uses
Noneruns standalone

What it does

Integrate payments with SePay (VietQR), Polar, Stripe, Paddle (MoR subscriptions), Creem.io (licensing). Checkout, webhooks, subscriptions, QR codes, multi-provider orders.

Installed, it changes the agent in these ways.

What this skill changes about the agent is not written down here yet. The listing was collected from its source, and the description is in its own SKILL.md.

Workflow

Runs a procedure end to end.

e-commercestripe

The skill itself

This is the whole product. A skill is instructions the model reads, so there is nothing behind the listing you cannot see first — the front matter loads with every session, and the body below it loads when the skill triggers.

SKILL.md4.2 kB · 103 lines
--- name: payment-integration description: Integrate payments with SePay (VietQR), Polar, Stripe, Paddle (MoR subscriptions), Creem.io (licensing). Checkout, webhooks, subscriptions, QR codes, multi-provider orders. version: 2.2.0 license: MIT ---
8# Payment Integration
9
10Production-proven payment processing with SePay (Vietnamese banks), Polar (global SaaS), Stripe (global infrastructure), Paddle (MoR subscriptions), and Creem.io (MoR + licensing).
11
12## When to Use
13
14- Payment gateway integration (checkout, processing)
15- Subscription management (trials, upgrades, billing)
16- Webhook handling (notifications, idempotency)
17- QR code payments (VietQR, NAPAS)
18- Software licensing (device activation)
19- Multi-provider order management
20- Revenue splits and commissions
21
22## Platform Selection
23
24| Platform | Best For |
25|----------|----------|
26| **SePay** | Vietnamese market, VND, bank transfers, VietQR |
27| **Polar** | Global SaaS, subscriptions, automated benefits (GitHub/Discord) |
28| **Stripe** | Enterprise payments, Connect platforms, custom checkout |
29| **Paddle** | MoR subscriptions, global tax compliance, churn prevention |
30| **Creem.io** | MoR + licensing, revenue splits, no-code checkout |
31
32## Quick Reference
33
34### SePay
35- references/sepay/overview.md - Auth, supported banks
36- references/sepay/api.md - Endpoints, transactions
37- references/sepay/webhooks.md - Setup, verification
38- references/sepay/sdk.md - Node.js, PHP, Laravel
39- references/sepay/qr-codes.md - VietQR generation
40- references/sepay/best-practices.md - Production patterns
41
42### Polar
43- references/polar/overview.md - Auth, MoR concept
44- references/polar/products.md - Pricing models
45- references/polar/checkouts.md - Checkout flows
46- references/polar/subscriptions.md - Lifecycle management
47- references/polar/webhooks.md - Event handling
48- references/polar/benefits.md - Automated delivery
49- references/polar/sdk.md - Multi-language SDKs
50- references/polar/best-practices.md - Production patterns
51
52### Stripe
53- references/stripe/stripe-best-practices.md - Integration design
54- references/stripe/stripe-sdks.md - Server SDKs
55- references/stripe/stripe-js.md - Payment Element
56- references/stripe/stripe-cli.md - Local testing
57- references/stripe/stripe-upgrade.md - Version upgrades
58- External: https://docs.stripe.com/llms.txt
59
60### Paddle
61- references/paddle/overview.md - MoR, auth, entity IDs
62- references/paddle/api.md - Products, prices, transactions
63- references/paddle/paddle-js.md - Checkout overlay/inline
64- references/paddle/subscriptions.md - Trials, upgrades, pause
65- references/paddle/webhooks.md - SHA256 verification
66- references/paddle/sdk.md - Node, Python, PHP, Go
67- references/paddle/best-practices.md - Production patterns
68- External: https://developer.paddle.com/llms.txt
69
70### Creem.io
71- references/creem/overview.md - MoR, auth, global support
72- references/creem/api.md - Products, checkout sessions
73- references/creem/checkouts.md - No-code links, storefronts
74- references/creem/subscriptions.md - Trials, seat-based
75- references/creem/licensing.md - Device activation
76- references/creem/webhooks.md - Signature verification
77- references/creem/sdk.md - Next.js, Better Auth
78- External: https://docs.creem.io/llms.txt
79
80### Multi-Provider
81- references/multi-provider-order-management-patterns.md - Unified orders, currency conversion
82
83### Scripts
84- scripts/sepay-webhook-verify.js - SePay webhook verification
85- scripts/polar-webhook-verify.js - Polar webhook verification
86- scripts/checkout-helper.js - Checkout session generator
87
88## Key Capabilities
89
90| Platform | Highlights |
91|----------|------------|
92| **SePay** | QR/bank/cards, 44+ VN banks, webhooks, 2 req/s |
93| **Polar** | MoR, subscriptions, usage billing, benefits, 300 req/min |
94| **Stripe** | CheckoutSessions, Billing, Connect, Payment Element |
95| **Paddle** | MoR, overlay/inline checkout, Retain (churn prevention), tax |
96| **Creem.io** | MoR, licensing, revenue splits, no-code checkout |
97
98## Implementation
99
100See references/implementation-workflows.md for step-by-step guides per platform.
101
102**General flow:** auth → products → checkout → webhooks → events
103
In the file
SKILL.md466 words
Files43
LicenceMIT
Why you can read it

Nothing in a skill executes. The client loads the text and the model follows it, so a skill can be audited the way a runbook is — by reading it.

What it costs in context

Skills are not billed by the call. They are paid for in context: every token the instructions occupy is a token your code, your diff and your conversation cannot use. Here is what this one takes and when it takes it.

≈60
always loaded
The name and description, so the model knows the skill exists and when to reach for it.
61,915
on trigger
The instruction body and 42 supporting files, read only when the skill fires.
31.0%
of a 200k window
Ten skills this size would take about 310% of the window before you open a file.
050k100k150k200k context window

62k tokens, estimated from the bundle at four bytes to the token, held for the rest of the session once it triggers. Heavy. Teams tend to install this one per project rather than globally, and load it only when the job comes up.

Servers bill, skills cost

A server charges by the month. A skill charges once per session, in context, and then keeps charging it for as long as the session lives.

Before and after

The same question, put to the same model twice: once as it comes, and once with these instructions loaded.

No worked example has been published for this skill yet.

Adoption
Installsnone yet
Ratingno reviews yet

The procedure it runs

The procedure has not been published here. It is in the skill’s own SKILL.md, which its author has not sent to the marketplace yet.

Prose, not code

These steps are written for a model to follow, not executed by a runtime. It can still be told to skip one, and it will say so when it does.

Servers it uses

None. This skill calls no MCP servers at all.

Everything it needs is in the instructions, so it works in a project with nothing connected — the model reads the file and changes how it works with what it can already reach.

It writes no files and reaches no network. All it changes is how the model reasons and writes.

What it asks for
Writes filesno
Network accessno

Read from the allowed-tools line of this skill’s own SKILL.md. A skill grants no permissions of its own — it can only ask for tools your client already has.

What it will not do

Every skill is narrow, and the useful ones say where they stop. These are the jobs this one is the wrong tool for.

What this skill is not for has not been published here. Nothing is implied by that: it is a section the author has not filled in.

What is in the bundle

43 files, 247.9 kB on disk. Mostly text — the instructions the model reads — with 4 scripts in it that your client would run only if the instructions tell it to.

  • README.md7.4 kB
  • SKILL.md4.2 kB
  • references/implementation-workflows.md2.3 kB
  • references/multi-provider-order-management-patterns.md23.6 kB
  • references/creem/api.md3.0 kB
  • references/creem/checkouts.md2.5 kB
  • references/creem/licensing.md3.2 kB
  • references/creem/overview.md2.0 kB
  • references/creem/sdk.md3.1 kB
  • references/creem/subscriptions.md2.9 kB
  • references/creem/webhooks.md3.0 kB
  • references/paddle/api.md1.8 kB
  • references/paddle/best-practices.md3.2 kB
  • references/paddle/overview.md1.5 kB
  • references/paddle/paddle-js.md2.1 kB
  • references/paddle/sdk.md2.6 kB
  • references/paddle/subscriptions.md2.2 kB
  • references/paddle/webhooks.md2.7 kB
  • references/polar/benefits.md8.4 kB
  • references/polar/best-practices.md26.9 kB
  • references/polar/checkouts.md6.3 kB
  • references/polar/overview.md4.7 kB
  • references/polar/products.md5.4 kB
  • references/polar/sdk.md9.5 kB
  • references/polar/subscriptions.md7.5 kB
  • references/polar/webhooks.md9.1 kB
  • references/sepay/api.md3.3 kB
  • references/sepay/best-practices.md29.7 kB
  • references/sepay/overview.md3.6 kB
  • references/sepay/qr-codes.md5.1 kB
  • references/sepay/sdk.md4.8 kB
  • references/sepay/webhooks.md4.7 kB
  • references/stripe/stripe-best-practices.md5.4 kB
  • references/stripe/stripe-cli.md3.0 kB
  • references/stripe/stripe-js.md2.3 kB
  • references/stripe/stripe-sdks.md2.2 kB
  • references/stripe/stripe-upgrade.md5.5 kB
  • scripts/.env.example0.6 kB
  • scripts/checkout-helper.js7.4 kB
  • scripts/package.json0.3 kB
  • scripts/polar-webhook-verify.js5.7 kB
  • scripts/sepay-webhook-verify.js5.5 kB
  • scripts/test-scripts.js7.7 kB
What is not in it

A skill installs nothing and depends on nothing: it is a folder your client reads. This one carries 4 scripts beside the text, so the bundle is 43 files you can review in full before installing. The MIT licence covers the templates and examples as well as the instructions.

Install

Installing copies the bundle into your project. Nothing runs at install time — the files sit on disk until the model reads them.

$99 once
Payment Integration · MIT · mrgoonie
one-time
Price$99 once
LicenceMIT — the author’s, unchanged by this purchase
Paid throughStripe, once, on the card you add at the checkout
Keeps workingfor good — the files are yours once they are on disk
Updatesevery release of 2.x through this account

You can read the whole bundle before paying — the SKILL.md above is the product, not a preview of it. What the money buys is the delivery: the folder packaged and handed to your machine by key, every update its author ships, and our support if it does not do what this listing says. The terms of use are MIT, set by the author and unchanged by buying it here.

Payment runs through Stripe, on a page like this one rather than a redirect. Once there is an account it joins the same mcprush invoice as everything else you run, so there is never a second card to enter.

Which clients pick it up on their own

A skill is a folder of text. A client with a skills folder reads it without being told; everywhere else the same text works, it is just handed to the model rather than found.

Claude Code.claude/skills/
Claude Desktop
ChatGPT
Cursor.cursor/skills/
VS Code.github/skills/
Codex CLI.agents/skills/
Gemini CLI.gemini/skills/
Grok.grok/skills/
Zed.agents/skills/
Windsurf.windsurf/skills/
Agent SDK.claude/skills/
HTTP / API
This release
Version2.2.0
Publishedno release date on file
Price$99
Referencemrgoonie/payment-integration

Versions

v2.2.0 is what is on the shelf; no release here carries a date. Instructions change more often than APIs do — a skill can be rewritten entirely without anything it depends on moving.

v2.2.0
  • No earlier releases have been published to the marketplace.
Pinning

Put mrgoonie/payment-integration@2.2.0 in the install command to hold this exact version. Without the suffix you get whatever is current the day you install, and nothing moves under you afterwards.

Reviews

no reviews yet · no installs yet

Nobody has reviewed this skill yet. The rating is the mean of the reviews written here, so there is none until somebody writes the first.

Who can post

Only accounts that have had the skill installed for fourteen days, so a review is written after living with it rather than after reading it. Publishers may reply once.

Publisher
Servers0