Lithic · Schema
CreatePaymentRequest
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| amount | integer | |
| external_bank_account_token | string | |
| financial_account_token | string | |
| memo | string | |
| method | string | |
| method_attributes | object | |
| token | string | Customer-provided token that will serve as an idempotency token. This token will become the transaction token. |
| type | string | |
| user_defined_id | string | |
| hold | object | Optional hold to settle when this payment is initiated. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CreatePaymentRequest",
"title": "CreatePaymentRequest",
"properties": {
"amount": {
"minimum": 1,
"title": "Amount",
"type": "integer"
},
"external_bank_account_token": {
"format": "uuid",
"title": "External Bank Account Token",
"type": "string"
},
"financial_account_token": {
"format": "uuid",
"title": "Financial Account Token",
"type": "string"
},
"memo": {
"maxLength": 512,
"pattern": "^[0-9A-Za-z \\x20-\\x7e\\x40-\\xff]*$",
"title": "Memo",
"type": "string"
},
"method": {
"enum": [
"ACH_NEXT_DAY",
"ACH_SAME_DAY"
],
"title": "Payment Method",
"type": "string"
},
"method_attributes": {
"$ref": "#/components/schemas/PaymentMethodRequestAttributes"
},
"token": {
"description": "Customer-provided token that will serve as an idempotency token. This token will become the transaction token.",
"format": "uuid",
"title": "Token",
"type": "string"
},
"type": {
"enum": [
"COLLECTION",
"PAYMENT"
],
"title": "Payment Type",
"type": "string"
},
"user_defined_id": {
"maxLength": 512,
"title": "User Defined Id",
"type": "string"
},
"hold": {
"description": "Optional hold to settle when this payment is initiated.",
"type": "object",
"properties": {
"token": {
"description": "Token of the hold to settle when this payment is initiated.",
"format": "uuid",
"type": "string"
}
},
"required": [
"token"
]
}
},
"required": [
"amount",
"external_bank_account_token",
"financial_account_token",
"method",
"method_attributes",
"type"
],
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lithic-com-createpaymentrequest"
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.