Description
The command provided is for the user to install the skill.MD to assist with the integration of CHIP payment link using AI agent. TheSKILL.md contains manual instructions for the agent to integrate CHIP payment gateway and generate checkout URLs so the user can verify the integration end-to-end.
Requirements
- Cursor, Codex or any AI-powered IDE
- Know how to execute terminal command and prompt AI agent
Install
Run the following command in your project root to install the skill.SKILL.md file is generated inside the chip-skill/ folder in your root repository.
Example prompt
Use this prompt after installing the skill to generate a dummy payment link.What to do next
Once the code is generated, follow these steps to test your integration.Run the executable code
Execute the generated code using the command provided.
A checkout URL will be printed to your terminal.
A checkout URL will be printed to your terminal.
How to identify whether it is real or dummy payment link?
Dummy payment link will execute fake payment instead of redirect to bank page when user click pay.
Dummy payment link will execute fake payment instead of redirect to bank page when user click pay.
Get your credentials
Retrieve your Brand ID and API keys from the CHIP staging portal.Brand ID
Get your Brand ID from the CHIP staging portal.
API keys
Get your Secret Key from the CHIP staging portal.
Source documents
Refer to the official CHIP documentation and downloadable markdown files for deeper integration details.CHIP Skill
Source for the npx command and CHIP NPMJS account
CHIP API documentation
Full API reference and integration guides.
Downloadable API markdown
Downloadable CHIP API markdown files.