Skills Plugins MCP Prompt Model 博客 我的中心
Development #ai #web

malaysia-payment-gateway

Build, debug, review, and explain Malaysia payment gateway integrations. Use when implementing checkout, payment links, hosted payment pages, redirects, callbacks, webhooks, HMAC/signature verification, idempotent settlement, paid-access unlocking, refunds, reconciliation, sandbox/live setup, or provider switching for Malaysian gateways such as CHIP Collect, Curlec/Razorpay, Xendit Malaysia, Bayarcash, BCL Pay, toyyibPay, Billplz, FPX, DuitNow QR, cards, or e-wallets.

DeepseekModel Curated skill Quality Excellent · 78 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=afu-it-malaysia-payment-gateway-malaysia-payment-gateway-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name malaysia-payment-gateway description Build, debug, review, and explain Malaysia payment gateway integrations. Use when implementing checkout, payment links, hosted payment pages, redirects, callbacks, webhooks, HMAC/signature verification, idempotent settlement, paid-access unlocking, refunds, reconciliation, sandbox/live setup, or provider switching for Malaysian gateways such as CHIP Collect, Curlec/Razorpay, Xendit Malaysia, Bayarcash, BCL Pay, toyyibPay, Billplz, FPX, DuitNow QR, cards, or e-wallets. Malaysia Payment Gateway Use this skill to add production-grade payment collection to an app, not only to make a checkout button. Treat payment as a state machine: local intent first, gateway session second, verified server-side settlement last. Quick Start Identify provider, product, currency, amount unit, and environment. Read references/integration-checklist.md . If provider-specific guidance is needed, read references/provider-patterns.md . Before marking complete, check references/security-settlement.md . Implementation Workflow 1. Map Existing App Find: Auth/session helper. Database access layer. Existing order, invoice, subscription, entitlement, or payment tables. Server route pattern. Environment/secret handling. Test style and deployment target. Do not start with provider API calls before local payment records and settlement rules are clear. 2. Create Local Payment Intent Create or reuse a payments table with at least: id user_id or customer id product or order id amount_original discount_amount amount_paid currency provider status gateway_ref gateway_status gateway_payload created_at updated_at paid_at Use pending before calling the gateway. Store gateway id after session/order/purchase creation. Add a unique index on (provider, gateway_ref) where gateway_ref is not null. 3. Create Checkout Server-Side Create gateway checkout from a server route. Never expose secret keys. Return only: Hosted checkout URL, or Public key plus gateway order/session id required by browser SDK. 4. Verify Callback/Webhook Browser redirect is user experience only. Webhook/callback verification must happen server-side with raw body when required. After verification, fetch current gateway object from provider API when possible. Settle from fetched server-side state, not from client-sent success data alone. 5. Settle Idempotently Before marking paid, verify: Local payment exists. Provider matches. Gateway reference matches. Status is final paid/captured/succeeded. Amount matches expected amount. Currency is expected, usually MYR . Product/order belongs to local user. Payment is still pending or already paid . Then update status to paid , set paid_at , unlock entitlement/order fulfillment, and create referral/reward side effects once. Provider Choice Use project needs to choose: CHIP Collect: Malaysian checkout, FPX/DuitNow/cards/e-wallets, purchase/webhook flow. Curlec/Razorpay: Orders API plus Checkout.js, FPX/redirect methods, Razorpay-style signatures. Xendit Malaysia: Hosted payment sessions or payment requests, FPX and e-wallet channels. Bayarcash/BCL/toyyibPay/Billplz: Malaysian payment portals/API flows; verify exact docs/live dashboard before schemas. If latest provider API details, channel availability, fees, dashboard paths, or webhook event names matter, check official current docs before coding. Completion Criteria Payment integration is done only when: Checkout can be created from authenticated user flow. Failed/missing config returns clear server error. Webhook/callback rejects invalid signature. Duplicate webhook is harmless. Wrong amount/currency/provider cannot mark paid. Successful sandbox payment marks local payment paid. Fulfillment/access unlock happens from verified server state. Tests cover helpers and settlement edge cases. Deployment docs mention required secrets, webhook URLs, and migrations.
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。