AI-assisted integration
Ready-made prompts for AI tools. Copy a prompt, paste it into your AI editor — and get a working Tegro.Money integration in minutes, not hours.
🌟 For beginners — no coding required
Add payments to your site with AI app builders. Just describe what you need — the AI does the rest.
👨💻 For developers
Master prompts with the full API context. Built for Cursor, Claude Code and GitHub Copilot Chat.
How it works
- Pick a scenario above.
- Copy the whole prompt.
- Paste it into your AI tool (Lovable, V0, Cursor, Claude Code, ChatGPT).
- Plug in your
shop_id(public) andapi_key(secret, for the REST API) from your shop settings. - Run it and test.
Which key to use. These prompts accept payments via the REST API — you need the API KEY (HMAC-SHA256 signature).
If you just need a payment button/link with no coding, that's a different path: the payment form, which uses the Secret KEY (MD5 signature) — see creating a payment. Don't mix them up: Secret KEY is for the payment form, API KEY is for the REST API.
shop_id is public, api_key is secret (server-side only).If you just need a payment button/link with no coding, that's a different path: the payment form, which uses the Secret KEY (MD5 signature) — see creating a payment. Don't mix them up: Secret KEY is for the payment form, API KEY is for the REST API.
Vibe-coding is iterative. If the AI gets something wrong, just ask it to fix it:
"I'm getting this error, fix it." The prompts below give the AI all the context it needs to do that.