Tratta · Schema
Tratta Payment Plan
A structured payment plan for a debt account in the Tratta platform
BillingCollectionPaymentsDebt CollectionFintech
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique payment plan identifier |
| debt_account_id | string | ID of the associated debt account |
| total_amount | number | Total amount to be paid under the plan |
| installment_amount | number | Amount of each installment payment |
| frequency | string | Payment frequency |
| status | string | Current status of the payment plan |
| payment_source | string | How the payment was initiated (api, portal, ivr, agent) |
| start_date | string | Payment plan start date |
| next_payment_date | stringnull | Date of the next scheduled payment |
| created_at | string | When the payment plan was created |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://tratta.io/schemas/payment-plan",
"title": "Tratta Payment Plan",
"description": "A structured payment plan for a debt account in the Tratta platform",
"type": "object",
"required": ["id", "debt_account_id", "total_amount", "installment_amount", "frequency", "status"],
"properties": {
"id": {
"type": "string",
"description": "Unique payment plan identifier"
},
"debt_account_id": {
"type": "string",
"description": "ID of the associated debt account"
},
"total_amount": {
"type": "number",
"minimum": 0,
"description": "Total amount to be paid under the plan"
},
"installment_amount": {
"type": "number",
"minimum": 0,
"description": "Amount of each installment payment"
},
"frequency": {
"type": "string",
"enum": ["weekly", "biweekly", "monthly"],
"description": "Payment frequency"
},
"status": {
"type": "string",
"enum": ["active", "paused", "completed", "cancelled"],
"description": "Current status of the payment plan"
},
"payment_source": {
"type": "string",
"description": "How the payment was initiated (api, portal, ivr, agent)"
},
"start_date": {
"type": "string",
"format": "date",
"description": "Payment plan start date"
},
"next_payment_date": {
"type": ["string", "null"],
"format": "date",
"description": "Date of the next scheduled payment"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "When the payment plan was created"
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tratta-payment-plan"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.