Analysis updated 2026-05-18
Load a skill so an AI agent knows how to implement Curlec checkout and webhook verification
Review existing payment integration code against a production readiness checklist
Add support for additional Malaysian payment gateways using the provided contributor template
Prevent duplicate webhook payment settlements and live and sandbox credential mixups
| afu-it/malaysia-payment-gateway | 28998306/magicalcanvas | aaaa-zhen/siri-glsl | |
|---|---|---|---|
| Stars | 36 | 36 | 36 |
| Language | — | TypeScript | HTML |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | general | designer |
Figures from each repo's GitHub metadata at analysis time.
Install the overview skill first, then the skill for your specific payment provider.
This repository is a collection of AI agent skills for developers who need to add payment processing to applications built for the Malaysian market. A skill in this context is a pre-built set of instructions and knowledge that an AI coding agent can load to give itself accurate context about a specific payment gateway before writing integration code. The six included skills cover the most common Malaysian payment providers: CHIP Collect, Curlec (which connects to Razorpay), Xendit, Bayarcash, BCL Pay, and a general gateway-agnostic overview skill. Each skill teaches the agent how to handle the full payment flow: creating checkout sessions, verifying webhook or callback signatures, and settling payments without processing the same event twice. The README walks through the recommended workflow: install the overview skill first, then install the skill for whichever payment provider you are using. You then ask the agent to review your existing code before writing anything new. Example prompts are provided showing how to phrase requests, such as asking the agent to implement Curlec checkout, callback verification, webhook settlement, and tests in a Next.js project. A dedicated production checklist covers the things that are easy to miss, including separating live from sandbox credentials, making sure duplicate webhook replays are harmless, and confirming that a fake success redirect cannot grant paid access. The repository also includes clear instructions for contributors who want to add support for additional Malaysian payment gateways, including a folder structure, a SKILL.md template, and a validation script. The project is aimed at developers in Malaysia who want to get payment integrations right and avoid common security mistakes.
A collection of AI agent skills that teach coding assistants how to correctly integrate Malaysian payment gateways like Curlec, Xendit, and CHIP Collect.
License not stated in the available metadata.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.