Montran · Schema
PaymentDetail
Detailed payment information including full processing history
BankingCentral BankingFinancial-ServicesISO 20022Market InfrastructureMessagingPaymentsReal-Time PaymentsSwift
Properties
| Name | Type | Description |
|---|---|---|
| paymentId | string | Unique payment identifier |
| messageId | string | Message identification |
| paymentType | string | Type of payment |
| status | string | Current payment status |
| debtorName | string | |
| debtorAccount | object | |
| debtorAgent | object | |
| creditorName | string | |
| creditorAccount | object | |
| creditorAgent | object | |
| amount | number | |
| currency | string | |
| endToEndId | string | |
| clearingSystem | string | |
| settlementDate | string | |
| createdAt | string | |
| updatedAt | string | |
| statusHistory | array | Complete status change history |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PaymentDetail",
"title": "PaymentDetail",
"type": "object",
"description": "Detailed payment information including full processing history",
"properties": {
"paymentId": {
"type": "string",
"description": "Unique payment identifier"
},
"messageId": {
"type": "string",
"description": "Message identification"
},
"paymentType": {
"type": "string",
"description": "Type of payment"
},
"status": {
"type": "string",
"description": "Current payment status"
},
"debtorName": {
"type": "string"
},
"debtorAccount": {
"$ref": "#/components/schemas/AccountIdentification"
},
"debtorAgent": {
"$ref": "#/components/schemas/FinancialInstitution"
},
"creditorName": {
"type": "string"
},
"creditorAccount": {
"$ref": "#/components/schemas/AccountIdentification"
},
"creditorAgent": {
"$ref": "#/components/schemas/FinancialInstitution"
},
"amount": {
"type": "number",
"format": "double"
},
"currency": {
"type": "string"
},
"endToEndId": {
"type": "string"
},
"clearingSystem": {
"type": "string"
},
"settlementDate": {
"type": "string",
"format": "date"
},
"createdAt": {
"type": "string",
"format": "date-time"
},
"updatedAt": {
"type": "string",
"format": "date-time"
},
"statusHistory": {
"type": "array",
"description": "Complete status change history",
"items": {
"$ref": "#/components/schemas/StatusHistoryEntry"
}
}
}
}
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/montran-paymentdetail"
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.