Cryptomus · Schema
Cryptomus Recurring Payment Object
Schema for a Cryptomus recurring payment subscription object
CryptocurrencyPaymentsInvoicesPayoutsExchange RatesCrypto Gateway
Properties
| Name | Type | Description |
|---|---|---|
| uuid | string | Recurring payment unique identifier |
| name | string | Subscription name |
| order_id | stringnull | Merchant order identifier |
| amount | string | Payment amount |
| currency | string | Currency code |
| payer_currency | string | Currency the customer pays in |
| payer_amount | string | Amount in payer currency |
| payer_amount_usd | string | Amount in USD equivalent |
| url_callback | stringnull | Webhook endpoint for status updates |
| discount_days | string | Introductory discount period in days |
| discount_amount | string | Discount amount in specified currency |
| end_of_discount | stringnull | Date when discount period ends |
| period | string | Billing period |
| status | string | Recurring payment status |
| url | string | Payment page URL |
| last_pay_off | stringnull | Timestamp of last payment (UTC+3) |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/cryptomus/refs/heads/main/json-schema/recurring.json",
"title": "Cryptomus Recurring Payment Object",
"description": "Schema for a Cryptomus recurring payment subscription object",
"type": "object",
"properties": {
"uuid": {
"type": "string",
"format": "uuid",
"description": "Recurring payment unique identifier"
},
"name": {
"type": "string",
"minLength": 3,
"maxLength": 60,
"description": "Subscription name"
},
"order_id": {
"type": ["string", "null"],
"minLength": 1,
"maxLength": 100,
"description": "Merchant order identifier"
},
"amount": {
"type": "string",
"description": "Payment amount"
},
"currency": {
"type": "string",
"description": "Currency code"
},
"payer_currency": {
"type": "string",
"description": "Currency the customer pays in"
},
"payer_amount": {
"type": "string",
"description": "Amount in payer currency"
},
"payer_amount_usd": {
"type": "string",
"description": "Amount in USD equivalent"
},
"url_callback": {
"type": ["string", "null"],
"format": "uri",
"description": "Webhook endpoint for status updates"
},
"discount_days": {
"type": "string",
"description": "Introductory discount period in days"
},
"discount_amount": {
"type": "string",
"description": "Discount amount in specified currency"
},
"end_of_discount": {
"type": ["string", "null"],
"description": "Date when discount period ends"
},
"period": {
"type": "string",
"enum": ["weekly", "monthly", "three_month"],
"description": "Billing period"
},
"status": {
"type": "string",
"enum": ["wait_accept", "active", "cancel_by_merchant", "cancel_by_user"],
"description": "Recurring payment status"
},
"url": {
"type": "string",
"format": "uri",
"description": "Payment page URL"
},
"last_pay_off": {
"type": ["string", "null"],
"description": "Timestamp of last payment (UTC+3)"
}
},
"required": ["uuid", "name", "amount", "currency", "period", "status", "url"]
}
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/recurring"
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.