Introduction
The Modulate Partner API gives ISO partners programmatic access to every dimension of their merchant portfolio — pricing, processor profiles, transactions, statements, residuals, compliance, and AI-powered insights — through a single, consistent REST API.
Learn how to authenticate and make your first request in minutes.
Pull live merchant data and pricing in under 5 minutes.
Browse all endpoints with live request and response examples.
What you can build
Display live merchant health, volume trends, and residual summaries directly inside your own platform.
Pull current and historical TSYS pricing for any merchant to power competitive analysis or repricing workflows.
List and download merchant statements programmatically — great for automated distribution or archiving.
Access payout summaries, adjustments, withholds, and per-merchant residual breakdowns for any reporting period.
Retrieve complete TSYS processor profile data — card network acceptance, banking details, interchange qualification, hierarchy, and more — for any merchant in your portfolio.
API basics
Rate limits
Requests are rate-limited per API key over a rolling 60-second window. Exceeding the limit returns a 429 Too Many Requests response with a Retry-After header indicating when you can resume.
Every response carries your current position in the window:
Checking before you spend
GET /api/partner/rate-limit reports the same window for every active key in your organization, with the key you authenticated with listed first. Use it to pre-flight a batch job, or to see the separate AI budget that applies to POST .../explain — the headers above only reveal that budget once you have already called an AI endpoint.
Checking your status is metered against its own budget, so polling it does not consume the standard quota it reports.
If usage cannot be read, the response sets "source": "unavailable" and the used, remaining, and reset_at fields are null — that means unknown, not idle. Keep your own client-side counter rather than assuming a full budget.
Need higher rate limits? Contact help@getmodulate.dev to discuss your use case.
Support
- Email: help@getmodulate.dev
- Partner Portal: withensemble.ai