Tratta · JSON Structure

Tratta Payment Plan Structure

Structure of a payment plan in the Tratta debt collection platform

Type: Properties: 0
BillingCollectionPaymentsDebt CollectionFintech

Tratta Payment Plan is a JSON Structure definition published by Tratta.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Tratta Payment Plan",
  "description": "Structure of a payment plan in the Tratta debt collection platform",
  "fields": [
    {"name": "id", "type": "string", "required": true, "description": "Payment plan identifier"},
    {"name": "debt_account_id", "type": "string", "required": true, "description": "Associated debt account ID"},
    {"name": "total_amount", "type": "number", "required": true, "description": "Total plan amount"},
    {"name": "installment_amount", "type": "number", "required": true, "description": "Per-installment amount"},
    {"name": "frequency", "type": "enum(weekly|biweekly|monthly)", "required": true, "description": "Payment frequency"},
    {"name": "status", "type": "enum(active|paused|completed|cancelled)", "required": true, "description": "Plan status"},
    {"name": "payment_source", "type": "string", "required": false, "description": "Payment initiation source"},
    {"name": "start_date", "type": "date", "required": false, "description": "Plan start date"},
    {"name": "next_payment_date", "type": "date", "required": false, "description": "Next payment date"},
    {"name": "created_at", "type": "datetime", "required": true, "description": "Creation timestamp"}
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tratta-payment-plan-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.