Cryptomus · Example Payload

Create Recurring

Example request body for creating a Cryptomus recurring payment subscription

CryptocurrencyPaymentsInvoicesPayoutsExchange RatesCrypto Gateway

Create Recurring is an example object payload from Cryptomus, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Create Recurring Payment Example",
  "description": "Example request body for creating a Cryptomus recurring payment subscription",
  "request": {
    "method": "POST",
    "url": "https://api.cryptomus.com/v1/recurrence/create",
    "headers": {
      "merchant": "YOUR_MERCHANT_UUID",
      "sign": "MD5(base64_encode(body) + API_KEY)",
      "Content-Type": "application/json"
    },
    "body": {
      "amount": "9.99",
      "currency": "USD",
      "name": "Monthly Pro Subscription",
      "period": "monthly",
      "order_id": "sub-11111",
      "url_callback": "https://yoursite.com/webhook/subscription",
      "discount_days": 30,
      "discount_amount": "0.00"
    }
  },
  "response": {
    "state": 0,
    "result": {
      "uuid": "c9e7f4a3-0d5f-6b12-c3a4-5e6f7a8b9c0d",
      "name": "Monthly Pro Subscription",
      "amount": "9.99",
      "currency": "USD",
      "payer_currency": "USDT",
      "payer_amount": "9.99",
      "period": "monthly",
      "status": "wait_accept",
      "url": "https://pay.cryptomus.com/recurrence/c9e7f4a3-0d5f-6b12-c3a4-5e6f7a8b9c0d",
      "last_pay_off": null
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/create-recurring"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.