Home
Ordway
Subscription Example
Subscription Example
Billing Revenue Automation Subscriptions Invoicing Payments Revenue Recognition SaaS Metrics Usage-Based Billing Financial Reporting Accounts 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_id subscription_id subscription_line_id customer_id status billing_start_date service_start_date contract_effective_date auto_renew currency payment_terms cmrr discounted_cmrr contract_term renewal_term version version_type product_id product_name plan_name charge_id charge_name pricing_model list_price price_base quantity discount effective_price charge_type billing_period billing_schedule_id revenue_schedule_id current_period_start_date current_period_end_date billing_period_start_alignment prorate_partial_periods exchange_rate custom_fields created_by updated_by created_date updated_date
Example Payload
{
"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"
}