Ordway · Example Payload

Customer Example

Enterprise SaaS customer

BillingRevenue AutomationSubscriptionsInvoicingPaymentsRevenue RecognitionSaaS MetricsUsage-Based BillingFinancial ReportingAccounts Receivable

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

Top-level fields

company_idcustomer_idnamedescriptionwebsitestatuspayment_termsbilling_cycle_daybilling_contact_idshipping_contact_idtax_exemptbalanceauto_paycurrencycmrrdiscounted_cmrrcarrdiscounted_carrdelivery_preferencesbilling_contact_emailshipping_contact_emailportal_statusintegration_statuscustom_fieldscreated_byupdated_bycreated_dateupdated_date

Example Payload

Raw ↑
{
  "company_id": "acme-corp",
  "customer_id": "CUST-001",
  "name": "Acme Corporation",
  "description": "Enterprise SaaS customer",
  "website": "https://acme.example.com",
  "status": "active",
  "payment_terms": "Net 30",
  "billing_cycle_day": "1",
  "billing_contact_id": "CONT-001",
  "shipping_contact_id": "CONT-002",
  "tax_exempt": false,
  "balance": 1250.00,
  "auto_pay": true,
  "currency": "USD",
  "cmrr": 2500.00,
  "discounted_cmrr": 2375.00,
  "carr": 30000.00,
  "discounted_carr": 28500.00,
  "delivery_preferences": {
    "print": false,
    "email": true
  },
  "billing_contact_email": "billing@acme.example.com",
  "shipping_contact_email": "shipping@acme.example.com",
  "portal_status": "enabled",
  "integration_status": "synced",
  "custom_fields": {
    "salesforce_account_id": "0011000001abcXY",
    "industry": "technology"
  },
  "created_by": "admin@ordwaylabs.com",
  "updated_by": "admin@ordwaylabs.com",
  "created_date": "2025-01-15T10:00:00Z",
  "updated_date": "2026-03-01T14:30:00Z"
}