Ordway · Example Payload

Payment Example

BillingRevenue AutomationSubscriptionInvoicingPaymentsRevenue RecognitionSaaS MetricsUsage-Based BillingFinancial ReportingAccounts Receivable

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

Top-level fields

company_idpayment_idcustomer_idpayment_datenotesstatuspayment_amountfee_amountapplied_amountunapplied_amountrefunded_amountpayment_typepayment_methodcurrencyreference_numberauto_applyinvoicesintegration_statuscustom_fieldscreated_byupdated_bycreated_dateupdated_date

Example Payload

Raw ↑
{
  "company_id": "acme-corp",
  "payment_id": "PAY-2026-001",
  "customer_id": "CUST-001",
  "payment_date": "2026-06-15",
  "notes": "Auto-payment for June invoice",
  "status": "processed",
  "payment_amount": 2570.72,
  "fee_amount": 0.00,
  "applied_amount": 2570.72,
  "unapplied_amount": 0.00,
  "refunded_amount": 0.00,
  "payment_type": "credit_card",
  "payment_method": "Visa ending in 4242",
  "currency": "USD",
  "reference_number": "ch_1234567890abcdef",
  "auto_apply": true,
  "invoices": [
    {
      "invoice_id": "INV-2026-001",
      "applied_amount": 2570.72
    }
  ],
  "integration_status": "synced",
  "custom_fields": {},
  "created_by": "system@ordwaylabs.com",
  "updated_by": "system@ordwaylabs.com",
  "created_date": "2026-06-15T14:22:00Z",
  "updated_date": "2026-06-15T14:22:30Z"
}

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/payment-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.