Synctera · Schema
transfer_request
Push to card or pull from card
FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
Properties
| Name | Type | Description |
|---|---|---|
| amount | integer | Amount of the transfer in cents |
| currency | object | |
| external_card_id | string | The ID of the external card from/to which the transfer will be initiated/received |
| originating_account_id | string | The ID of the account to which the transfer will be initiated/received |
| type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/transfer_request",
"title": "transfer_request",
"description": "Push to card or pull from card",
"properties": {
"amount": {
"description": "Amount of the transfer in cents",
"type": "integer"
},
"currency": {
"$ref": "#/components/schemas/currency_code"
},
"external_card_id": {
"description": "The ID of the external card from/to which the transfer will be initiated/received",
"example": "b2710751-b575-47d0-a09b-da0994553d93",
"format": "uuid",
"type": "string"
},
"originating_account_id": {
"description": "The ID of the account to which the transfer will be initiated/received",
"example": "3e2a2f28-4910-4934-be22-ded51f926b76",
"format": "uuid",
"type": "string"
},
"type": {
"$ref": "#/components/schemas/transfer_type"
}
},
"required": [
"originating_account_id",
"amount",
"currency",
"type",
"external_card_id"
],
"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/synctera-transfer-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.