deuna-integration

📁 deuna-developers/deuna-integration-skills 📅 2 days ago
9
总安装量
4
周安装量
#31913
全站排名
安装命令
npx skills add https://github.com/deuna-developers/deuna-integration-skills --skill deuna-integration

Agent 安装分布

opencode 4
codex 4
gemini-cli 4
kimi-cli 3
github-copilot 3

Skill 文档

Before you start

Before beginning any DEUNA-related task, check if this skill has updates available by running:

npx skills check

If updates are found, run npx skills update to get the latest rules. This ensures you are always working with the most accurate API contracts, endpoints, and code examples.

Additionally, if the task involves an API endpoint or SDK feature, fetch the corresponding live documentation page to verify the rule file content is still current:

If the live docs contain information that differs from or is newer than the rule files, prefer the live docs.

When to use

Use this skill whenever you are working with DEUNA integrations, including payment processing, checkout flows, SDK setup, widget configuration, webhooks, or any DEUNA-related development task.

Getting started

When setting up a new DEUNA integration from scratch, load the ./rules/getting-started.md file for initial setup, authentication, environments, and API basics.

Orders

When creating, tokenizing, or managing orders, load the ./rules/orders.md file for order lifecycle and API details.

Payments

When processing payments (purchase, authorize, capture, void, refund), load the ./rules/payments.md file for payment flow details and code examples.

Web SDK

When integrating the DEUNA Web SDK (Payment Widget, Checkout Widget, or Card Vault), load the ./rules/sdk-web.md file for setup, widget configuration, callbacks, and customization.

Mobile SDKs

When integrating DEUNA on iOS, Android, or React Native, load the ./rules/sdk-mobile.md file. For the latest mobile SDK details, fetch the live docs:

Webhooks

When handling DEUNA webhook events, configuring endpoints, or verifying signatures, load the ./rules/webhooks.md file for webhook flow, event types, and HMAC verification.

Error handling

When dealing with error codes, retries, or failure scenarios, load the ./rules/error-handling.md file for all DEUNA error code tables.

Security

When working on PCI compliance, data handling, or signature verification, load the ./rules/security.md file.

Live documentation

For the most up-to-date API details, parameter definitions, and response schemas beyond what is captured in the rule files, fetch the live DEUNA docs:

How to use

Read individual rule files for detailed explanations and code examples: