Ordway · Example Payload

Subscription Example

BillingRevenue AutomationSubscriptionInvoicingPaymentsRevenue RecognitionSaaS MetricsUsage-Based BillingFinancial ReportingAccounts Receivable

Subscription Example is an example object payload from Ordway, with 42 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

company_idsubscription_idsubscription_line_idcustomer_idstatusbilling_start_dateservice_start_datecontract_effective_dateauto_renewcurrencypayment_termscmrrdiscounted_cmrrcontract_termrenewal_termversionversion_typeproduct_idproduct_nameplan_namecharge_idcharge_namepricing_modellist_priceprice_basequantitydiscounteffective_pricecharge_typebilling_periodbilling_schedule_idrevenue_schedule_idcurrent_period_start_datecurrent_period_end_datebilling_period_start_alignmentprorate_partial_periodsexchange_ratecustom_fieldscreated_byupdated_bycreated_dateupdated_date

Example Payload

Raw ↑
{
  "company_id": "acme-corp",
  "subscription_id": "SUB-001",
  "subscription_line_id": "SUB-001-L1",
  "customer_id": "CUST-001",
  "status": "active",
  "billing_start_date": "2025-02-01",
  "service_start_date": "2025-02-01",
  "contract_effective_date": "2025-02-01",
  "auto_renew": true,
  "currency": "USD",
  "payment_terms": "Net 30",
  "cmrr": 2500.00,
  "discounted_cmrr": 2375.00,
  "contract_term": "12",
  "renewal_term": "12",
  "version": 1,
  "version_type": "new",
  "product_id": "PROD-001",
  "product_name": "Enterprise Platform",
  "plan_name": "Enterprise Annual",
  "charge_id": "CHG-001",
  "charge_name": "Annual License Fee",
  "pricing_model": "flat_fee",
  "list_price": 2500.00,
  "price_base": "per_period",
  "quantity": 1.0,
  "discount": 5.0,
  "effective_price": 2375.00,
  "charge_type": "recurring",
  "billing_period": "monthly",
  "billing_schedule_id": "BSCHED-001",
  "revenue_schedule_id": "RSCHED-001",
  "current_period_start_date": "2026-06-01",
  "current_period_end_date": "2026-06-30",
  "billing_period_start_alignment": "contract_effective_date",
  "prorate_partial_periods": true,
  "exchange_rate": 1.0,
  "custom_fields": {
    "opportunity_id": "OPP-12345",
    "account_manager": "jane.doe@ordwaylabs.com"
  },
  "created_by": "admin@ordwaylabs.com",
  "updated_by": "admin@ordwaylabs.com",
  "created_date": "2025-01-28T12:00:00Z",
  "updated_date": "2026-05-15T09:00:00Z"
}

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/subscription-example"
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 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.