Remitian · JSON Structure

Remitian Payment Structure

Remitian tax payment lifecycle object structure

Type: Properties: 0
TaxPaymentsFintechAccountingWebhookEmbedded Payments

Payment is a JSON Structure definition published by Remitian.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Payment",
  "description": "Remitian tax payment lifecycle object structure",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Unique payment identifier" },
    {
      "name": "status",
      "type": "string",
      "required": true,
      "enum": ["draft", "validated", "confirmed", "processing", "completed", "failed", "cancelled"],
      "description": "Current payment lifecycle status"
    },
    { "name": "amount", "type": "number", "required": true, "description": "Payment amount", "minimum": 0.01 },
    { "name": "currency", "type": "string", "required": true, "description": "ISO 4217 currency code (e.g., USD)" },
    { "name": "taxType", "type": "string", "required": true, "description": "Type of tax (e.g., income_tax, payroll_tax)" },
    { "name": "taxPeriod", "type": "string", "required": true, "description": "Tax period (e.g., 2025, 2025-Q4)" },
    { "name": "jurisdictionId", "type": "string", "required": true, "description": "Target tax jurisdiction identifier" },
    { "name": "accountId", "type": "string", "required": true, "description": "Client account making the payment" },
    { "name": "taxIdentifier", "type": "string", "required": false, "description": "EIN, SSN, or BN as required by jurisdiction" },
    { "name": "confirmationNumber", "type": "string", "required": false, "description": "Tax authority confirmation number (on completion)" },
    {
      "name": "validationResults",
      "type": "object",
      "required": false,
      "description": "Jurisdiction validation results",
      "fields": [
        { "name": "valid", "type": "boolean", "required": true, "description": "Whether validation passed" },
        {
          "name": "errors",
          "type": "array<ValidationIssue>",
          "required": false,
          "description": "Errors that must be resolved",
          "fields": [
            { "name": "code", "type": "string", "required": true, "description": "Machine-readable error code" },
            { "name": "field", "type": "string", "required": false, "description": "Affected field name" },
            { "name": "message", "type": "string", "required": true, "description": "Human-readable description" }
          ]
        },
        {
          "name": "warnings",
          "type": "array<ValidationIssue>",
          "required": false,
          "description": "Warnings that may need attention"
        }
      ]
    },
    { "name": "createdAt", "type": "datetime", "required": false, "description": "Payment initiation timestamp" },
    { "name": "updatedAt", "type": "datetime", "required": false, "description": "Last status update timestamp" },
    { "name": "metadata", "type": "map<string, string>", "required": false, "description": "Partner reference data" }
  ]
}

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/remitian-payment-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 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.