Vietqr quick link
VietQR payment QR code integration. Use this skill when working with VietQR Quick Links, QR code image generation, or any VietQR-related payment feature in Vietnam.From its SKILL.md
npx -y skills add ndthanhdev/aio --skill vietqr-quick-linkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.7 KB, 337 tokens by cl100k_base, as published. Nobody here has run it
VietQR Integration Guide
VietQR is the national QR payment standard in Vietnam, established by NAPAS (National Payment Corporation of Vietnam) on June 15, 2021. VietQR.io (by Casso Company) provides a developer-friendly Payment Kit to implement VietQR via Quick Links.
Over 40+ banking apps in Vietnam support scanning VietQR codes.
Reference Documentation
| Reference | Contents |
|---|---|
| quick-link.md | Quick Link syntax, parameters, templates, and image generation |
| bank-list-api.md | Public API to look up bank BIN codes, short names, NAPAS codes |
| tax-code-api.md | Public API to look up business info by tax code |
Quick Start
Generate a VietQR image via URL — no API key needed:
https://img.vietqr.io/image/<BANK_ID>-<ACCOUNT_NO>-<TEMPLATE>.png?amount=<AMOUNT>&addInfo=<DESCRIPTION>&accountName=<ACCOUNT_NAME>
Example:
https://img.vietqr.io/image/vietinbank-113366668888-compact2.jpg?amount=790000&addInfo=dong%20qop%20quy%20vac%20xin&accountName=Quy%20Vac%20Xin%20Covid
See references/quick-link.md for full parameter details.
What ships with it: 3 files
7.5 KB alongside SKILL.md
references/
- bank-list-api.md2.6 KB
- quick-link.md3.4 KB
- tax-code-api.md1.6 KB