Properties
| Name | Type | Description |
|---|---|---|
| type | string | One of `ach`, `wire`, `check`. |
| direction | string | One of `credit`, `debit`. |
| amount | integer | Value in specified currency's smallest unit. e.g. $10 would be represented as 1000. |
| currency | object | Defaults to the currency of the originating account. |
| internal_account_id | string | The ID of one of your internal accounts. |
| virtual_account_id | string | An optional parameter to associate the incoming payment detail to a virtual account. |
| as_of_date | string | Defaults to today. |
| description | string | Defaults to a random description. |
| subtype | string | An additional layer of classification for the type of incoming payment detail, e.g. `ethereum` for a `stablecoin` type. |
| data | object | An object passed through to the simulated IPD that could reflect what a vendor would pass. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/incoming_payment_detail_create_request",
"title": "incoming_payment_detail_create_request",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"ach",
"au_becs",
"bacs",
"book",
"check",
"eft",
"interac",
"neft",
"nz_becs",
"rtp",
"sepa",
"signet",
"stablecoin",
"wire",
"zengin"
],
"description": "One of `ach`, `wire`, `check`."
},
"direction": {
"type": "string",
"enum": [
"credit",
"debit"
],
"description": "One of `credit`, `debit`."
},
"amount": {
"type": "integer",
"description": "Value in specified currency's smallest unit. e.g. $10 would be represented as 1000."
},
"currency": {
"$ref": "#/components/schemas/currency",
"nullable": true,
"description": "Defaults to the currency of the originating account."
},
"internal_account_id": {
"type": "string",
"format": "uuid",
"description": "The ID of one of your internal accounts."
},
"virtual_account_id": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "An optional parameter to associate the incoming payment detail to a virtual account."
},
"as_of_date": {
"type": "string",
"format": "date",
"nullable": true,
"description": "Defaults to today."
},
"description": {
"type": "string",
"nullable": true,
"description": "Defaults to a random description."
},
"subtype": {
"type": "string",
"nullable": true,
"description": "An additional layer of classification for the type of incoming payment detail, e.g. `ethereum` for a `stablecoin` type."
},
"data": {
"type": "object",
"nullable": true,
"description": "An object passed through to the simulated IPD that could reflect what a vendor would pass."
}
}
}
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/modern-treasury-incoming-payment-detail-create-request"
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.