PayFast · Schema
PayFast Subscription Update Request
Schema for updating parameters of an existing PayFast recurring billing subscription.
PaymentsPayment GatewaySouth AfricaSubscriptionRecurring BillingTokenizationInstant EFTQR Code PaymentsRefundsFintech
Properties
| Name | Type | Description |
|---|---|---|
| cycles | integer | Number of remaining billing cycles. 0 means indefinite. |
| frequency | integer | Billing frequency: 3=monthly, 4=quarterly, 5=biannually, 6=annually |
| run_date | string | Next billing run date in YYYY-MM-DD format |
| amount | integer | New recurring billing amount in cents (ZAR) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/payfast/json-schema/payfast-subscription-update.json",
"title": "PayFast Subscription Update Request",
"description": "Schema for updating parameters of an existing PayFast recurring billing subscription.",
"type": "object",
"minProperties": 1,
"properties": {
"cycles": {
"type": "integer",
"minimum": 0,
"description": "Number of remaining billing cycles. 0 means indefinite.",
"example": 12
},
"frequency": {
"type": "integer",
"enum": [3, 4, 5, 6],
"description": "Billing frequency: 3=monthly, 4=quarterly, 5=biannually, 6=annually",
"example": 3
},
"run_date": {
"type": "string",
"format": "date",
"description": "Next billing run date in YYYY-MM-DD format",
"example": "2026-07-01"
},
"amount": {
"type": "integer",
"minimum": 1,
"description": "New recurring billing amount in cents (ZAR)",
"example": 9900
}
},
"additionalProperties": false
}
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/payfast-subscription-update"
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.