@chip-in.asia/skill
v0.1.2
Published
Add CHIP Payment Gateway skill for integration
Downloads
472
Readme
Skill
Add skill for CHIP payment gateway integration.
Install a skill
npx @chip-in.asia/skillExpected Output
Once the command is executed, a SKILL.md file will be generated inside chip-skill folder in your root repository.
Example prompt
Create a dummy payment link,
The expected output is :
- chip-env file to store CHIP`s Secret Key and Brand ID
- executable code that will generate a checkout URL.
- instructions where to get the credentials
- command to execute the code
use chip-skill/SKILL.md as a reference.What to do next?
Once the code is generated, insert your CHIP credentials into the env file.
You can test the payment link by running the executable code then clicking the checkout URL generated to make a dummy payment.
Please use a test mode API key to generate dummy payment link. A dummy payment link would not redirect you to a bank page.
Get your credentials here:
What it does
The SKILL.md contains manual instruction for the agent to integrate CHIP payment gateway into your system.
It also contains instruction to generate checkout URL for user to create dummy payment link so the user can test whether the integration succeed or not.
