Ordway · Example Payload

Subscription Example

BillingRevenue AutomationSubscriptionsInvoicingPaymentsRevenue 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"
}