The non-custodial payment core for developers. Create an invoice, get paid on-chain, and trigger your product instantly via Webhooks. We never touch your funds.
We handle the blockchain complexity. You just handle the webhook.
Funds go directly from the customer's wallet to yours. We never hold your money, eliminating platform risk and compliance headaches.
Stop polling the blockchain. We listen for transactions and fire a secure, HMAC-signed webhook to your API the moment it confirms.
A single API call to create an invoice. We provide a hosted checkout page, or you can build your own UI using our white-label API.
Call
POST /invoices
with amount and metadata.
Customer sends USDC/USDT to your wallet via our hosted UI or yours.
We confirm the block and notify your backend to unlock the service.
curl -X POST https://api.paytrigo.com/v1/invoices \ -H "Authorization: Bearer sk_live_..." \ -d '{ "amount": "49.00", "currency": "USDC", "chain": "base", "metadata": { "user_id": "12345", "plan": "pro_monthly" } }'
AI Agents don't have credit cards. They have wallets.
PayTrigo provides the deterministic payment layer for M2M
(Machine-to-Machine) commerce.
Agents pay per task. We support micro-transactions without monthly commit.
Machine-readable status codes and idempotency for autonomous agents.
No percentage fees on your volume. Just a flat subscription.