Honda: Get Payment Calculation
Honda via Parse · automotive
Get detailed payment calculation for a specific vehicle configuration including monthly payment, APR, fees, levies, available terms, accessories, warranties, and color options. Requires model_key, trim_key, transmission_key, and color keys discoverable from get_models. Access current Honda Canada vehicle deals including pricing, lease/finance payments, APR rates, and incentive offers for any Canadian province. Data sourced from Honda Canada's official Build & Price system. Fulfilled by Parse from www.honda.ca.
- automotive
- ecommerce
- finance
- honda
- parse
- platform-key
- www-honda-ca
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/46d50c80-9f04-48ca-a132-1043076e8b26/get_payment_calculation
- Interface artifact
- sha256:01f9522a792a881ecf5d5e2d2981f3f20740c846750b891c8d88bc7114d488ae
- Manifest digest
- sha256:3c84bab93b302a55549c231845d2195c26cc2837698d9567a9dd19d3b415c809
Request fields
- term (integer): Term in months.
- province (string): Canadian province code (e.g., ON, BC, AB, QC).: Allowed values: ON, BC, AB, QC, SK, MB, NB, NS, PE, NL
- trim_key (string, required): Trim key from get_models (e.g., 'trailsport_10890', 'lx_10908').
- model_key (string, required): Model key from get_models (e.g., 'passport', 'civic_sedan', 'cr-v', 'pilot').
- model_year (integer): Model year.
- payment_method (string): Payment method: 'lease' or 'finance'.: Allowed values: lease, finance
- transmission_key (string, required): Transmission key from get_models (e.g., '10938-Automatic', '10956-CVT').
- exterior_color_key (string, required): Exterior color key (e.g., 'rallye_red', 'aegean_blue_metallic', 'crystal_black_pearl').
- interior_color_key (string, required): Interior color key (e.g., 'black_fabric', 'bkblack_fabric_^2021_civic_sedan').
Example queries
- {"term":"60","province":"ON","trim_key":"lx_10908","model_key":"civic_sedan","model_year":"2026","payment_method":"lease","transmission_key":"10956-CVT","exterior_color_key":"rallye_red","interior_color_key":"bkblack_fabric_^2021_civic_sedan"}