Solutions · Devs & AI agents

Add Pix with code, or with your AI.

A clean REST API, signed webhooks and a JS/TS SDK. If you prefer, your AI writes the integration with the /llms.txt.

AI-assisted integration
/llms.txt
// generated from /llms.txt
const checkout = await troqpay.checkouts.create({
  amount: 12990,
  description: "Pro plan",
});

// link ready to pay
checkout.checkoutUrl;
For devs, vibecoders and agents

Integration that doesn't get in your way.

You write the code, your AI writes it for you, or an agent calls the API. Either way, it's the same TroqPay.

Built for devs
A REST API with clear endpoints, signed webhooks and an SDK in JavaScript and TypeScript. Test key separate from production.
Your AI integrates for you
The /llms.txt hands TroqPay's context to your AI. In Claude, ChatGPT or Lovable, you describe it and it writes the integration.
Ready for automation
The same API works for your code, a script or an agent that creates charges and reads status. Idempotency keeps you from charging twice.

Describe what you want. The AI integrates it.

The /llms.txt hands your AI the context of our API and SDK. Open it in Claude, ChatGPT or Lovable, ask for the integration and review the code.

View /llms.txt
prompt for your AI

Help me integrate payments with TroqPay. Use the documentation as context: /llms.txt

FAQ

Questions from people integrating

The essentials before you start coding.

Start integrating now.

Grab a test key, read the docs and create the first charge.