Malaysia Payment Gateway

Idempotent, HMAC-verified checkout/webhook flows for CHIP, Curlec, Xendit MY, Billplz, toyyibPay.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · d6ddd50

Its security-settlement.md ships a 9-question 'loophole review' (can a duplicate webhook double-fulfill? can amount/currency be forged?) that a baseline schema design misses entirely, plus a dedicated gateway_event dedupe table baseline solutions skip.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Malaysia Payment Gateway does

Guides implementation of Malaysia-specific payment gateway integrations (CHIP Collect, Curlec/Razorpay, Xendit Malaysia, Bayarcash, BCL Pay, toyyibPay, Billplz, FPX, DuitNow QR) as a local-payment-intent-first state machine. Triggers on checkout, webhook/callback verification, HMAC signature checks, idempotent settlement, refunds, reconciliation, and sandbox/live provider switching.

How to install Malaysia Payment Gateway

git clone https://github.com/afu-it/malaysia-payment-gateway
cd malaysia-payment-gateway
mkdir -p ~/.claude/skills
cp -r malaysia-payment-gateway ~/.claude/skills/malaysia-payment-gateway

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Malaysia Payment Gateway

  • /malaysia-payment-gateway Idempotent, HMAC-verified checkout/webhook flows for CHIP, Curlec, Xendit MY, Billplz, toyyibPay.

It also activates on plain-language prompts like these:

  • Help me integrate Billplz checkout with proper webhook signature verification
  • I need idempotent settlement handling for our Curlec payment webhooks
  • Set up FPX and DuitNow QR payments with HMAC-verified callbacks

Frequently asked questions

Is the Malaysia Payment Gateway skill free?
Yes. The skill itself is free from afu-it/malaysia-payment-gateway. SkillProof publishes the install command and an independent test verdict at no cost.
Does Malaysia Payment Gateway work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Its security-settlement.md ships a 9-question 'loophole review' (can a duplicate webhook double-fulfill? can amount/currency be forged?) that a baseline schema design misses entirely, plus a dedicated gateway_event dedupe table baseline solutions skip.
What is the Malaysia Payment Gateway SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Malaysia Payment Gateway?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Malaysia Payment Gateway with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.