Antom, leading provider of tailored payment solutionsAntom, leading provider of tailored payment solutions

Integration Skill

Antom encapsulates the core capabilities of acquiring payments into a Skill component, making payment integration documentation fully comprehensible by AI. Instead of dealing with the complex underlying payment logic, developers can efficiently complete the integration by using AI programming tools. They simply describe the requirements in natural language, and the AI tools generate the corresponding integration code.

Notes:

  • When describing requirements to AI, clarify payment scenarios (such as One-time Payments, Subscription Payment, and Tokenized Payment) to avoid ambiguity.
  • The AI-generated code is for reference only. Be sure to review the code logic before deploying to production.
  • The Skill is updated alongside Antom product releases. We recommend periodically downloading the latest version.

Applicable scenario

This component is suitable for developers to integrate the acquiring payment capability in Vibe Coding mode.

Before you begin

Before you begin, complete the following settings:

  1. Get the Antom account: Complete the registration and signing up in Antom Dashboard. Refer to Get started for Antom account registration details.
  2. Prepare developer tools: Support common AI programming tools (such as Cursor or Claude).
  3. Obtain the key configuration: Obtain the Client ID, Antom public key, and merchant private key in Antom Dashboard > Developer. Refer to API key configuration for more information.

Steps

Follow these steps to get started:

  1. Download the Skill
  2. Describe requirements
  3. Obtain sandbox configuration information

Step 1: Download the Skill

Download the Skill file from GitHub and copy the Skill folder to the .claude/skills/ directory in your project.

Notes:

  • The Skill follows the open SKILL.md standard and is seamlessly compatible with popular AI programming tools such as Claude and Cursor.
  • Copy the downloaded Skill folder to your project path /.claude/skills/.

Step 2: Describe requirements

Describe your payment requirements using natural language, and AI will automatically generate code based on the description. See the following examples:

Payment scenario

Example

One-time Payments

"I have an e-commerce website, help me quickly integrate Antom One-time Payments."

Subscription Payment

"Help me set up monthly subscription payment with Antom."

Step 3: Obtain sandbox configuration information

The steps are as follows:

  1. Log in to Antom Dashboard.
  2. Go to Developer to get the sandbox configuration information.
  3. Provide the sandbox configuration to AI tools in the following format:
copy
client-id:SANDBOX_xxxxxxxx
merchant-private-key: MIIEvAIBxxxxxxxx
antom-public-key: MIIBIjANxxxxxxxxxx

Notes: Before going live, it is recommended to complete the following:

  • Test the payment flow in the Antom sandbox environment, where you can safely complete full-link verification without using real funds.
  • Replace the sandbox configuration with your live credentials of the production environment.