Token.io · Schema
Token.io VRP Consent
Schema for a Token.io Variable Recurring Payments (VRP) consent / mandate, covering both sweeping and commercial (non-sweeping) VRP. Used by POST /vrp-consents and GET /vrp-consents/{id}.
Properties
| Name | Type | Description |
|---|---|---|
| vrpConsentId | string | Token.io-assigned VRP consent identifier. |
| type | string | VRP consent type. |
| status | string | Consent lifecycle status. |
| currency | string | |
| amountLimits | object | Per-period and per-payment maximum amounts. |
| validFrom | string | |
| validTo | string | |
| creditor | object | |
| debtor | object | |
| remittanceInformation | string | |
| psuAuthenticationMethod | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/token-io/token-io-vrp-consent-schema.json",
"title": "Token.io VRP Consent",
"description": "Schema for a Token.io Variable Recurring Payments (VRP) consent / mandate, covering both sweeping and commercial (non-sweeping) VRP. Used by POST /vrp-consents and GET /vrp-consents/{id}.",
"type": "object",
"required": ["amountLimits", "currency", "creditor"],
"properties": {
"vrpConsentId": {
"type": "string",
"description": "Token.io-assigned VRP consent identifier."
},
"type": {
"type": "string",
"description": "VRP consent type.",
"enum": ["SWEEPING", "COMMERCIAL"]
},
"status": {
"type": "string",
"description": "Consent lifecycle status.",
"enum": [
"PENDING_AUTHORISATION",
"AUTHORISED",
"REJECTED",
"REVOKED",
"EXPIRED"
]
},
"currency": {"type": "string", "pattern": "^[A-Z]{3}$"},
"amountLimits": {
"type": "object",
"description": "Per-period and per-payment maximum amounts.",
"properties": {
"perPayment": {"type": "string"},
"perDay": {"type": "string"},
"perWeek": {"type": "string"},
"perMonth": {"type": "string"},
"perYear": {"type": "string"},
"overall": {"type": "string"}
}
},
"validFrom": {"type": "string", "format": "date-time"},
"validTo": {"type": "string", "format": "date-time"},
"creditor": {
"type": "object",
"required": ["name"],
"properties": {
"name": {"type": "string"},
"accountIdentifier": {"type": "object"}
}
},
"debtor": {
"type": "object",
"properties": {
"name": {"type": "string"},
"accountIdentifier": {"type": "object"}
}
},
"remittanceInformation": {"type": "string"},
"psuAuthenticationMethod": {
"type": "string",
"enum": ["REDIRECT", "DECOUPLED", "EMBEDDED"]
}
}
}
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/token-io-vrp-consent"
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.