Prerequisites
Before you begin, you’ll need:- A Triqai account (sign up for free)
- An API key from your dashboard
Don’t have an account yet? You can test the API in our
Playground without signing up.
Step 1: Get Your API Key
1
Create an account
Sign up at triqai.com/register. No credit
card required for the free tier.
2
Access your dashboard
Navigate to your dashboard after signing
in.
3
Copy your API key
Your API key is displayed in the dashboard. It starts with
triq_.Step 2: Install the SDK (Recommended)
The fastest way to get started is with the official Node.js / TypeScript SDK:Step 3: Make Your First Request
The core operation is enriching a transaction. Here’s how to use it:Step 4: Understand the Response
A successful enrichment returns comprehensive data about the transaction. The response uses an entities array, only identified entities are included:Response
Key Response Fields
Step 5: Try Different Transactions
Test with various transaction types to see how Triqai handles different scenarios:- P2P Transfer
- Payment Processor
- Recurring digital service payment
- In-Store
Next Steps
Now that you’ve made your first enrichment request, explore these resources:Node.js / TypeScript SDK
Use the official SDK for type-safe access with built-in retries and
pagination
Authentication
Learn about API key management and security best practices
Core Concepts
Understand how transaction enrichment works in detail
API Reference
Explore all available endpoints and parameters