Synctera · Schema

minimum_payment_rate_or_amount

FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC

Properties

Name Type Description
min_amount integer The maximum amount to charge as a minimum payment, in cents. For example, to set the maximum to $30, set this value to 3000.
rate integer The percentage of the balance to use, in basis points. For example, to set 12.5% of the balance, set this value to 1250.
type string
View JSON Schema on GitHub

JSON Schema

synctera-minimum-payment-rate-or-amount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/minimum_payment_rate_or_amount",
  "title": "minimum_payment_rate_or_amount",
  "properties": {
    "min_amount": {
      "description": "The maximum amount to charge as a minimum payment, in cents. For example, to set the maximum to $30, set this value to 3000.\n",
      "format": "int64",
      "type": "integer"
    },
    "rate": {
      "description": "The percentage of the balance to use, in basis points. For example, to set 12.5% of the balance, set this value to 1250.\n",
      "type": "integer"
    },
    "type": {
      "$ref": "#/components/schemas/minimum_payment_type",
      "type": "string"
    }
  },
  "required": [
    "type",
    "rate",
    "min_amount"
  ],
  "type": "object"
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/synctera-minimum-payment-rate-or-amount"
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 email required.

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