Subscription Pricing
get_subscription_pricingCalculate exact monthly subscription price for a specific vehicle, term, and mileage combination. Returns base price, km add-on, total, and a canonical checkout URL.
Checkout URL structure (always use the URL returned in checkout_url verbatim — do NOT construct your own):
https://www.finn.com/de-DE/checkout/cart/{vehicleId}/{term}/{kmPackage}
https://www.finn.com/de-DE/checkout/cart/{vehicleId}/{term}/{kmPackage}?downPaymentAmount={amount}
The three positional path segments after /cart are vehicle id, term in months, and monthly km package — in that order.
About down_payment_amount (Fahrzeugbereitstellung):
Fahrzeugbereitstellung is a one-time vehicle provisioning fee.
When
down_payment_amountis provided, it is paid upfront as Einmalzahlung (one-time payment) and the URL includes?downPaymentAmount={amount}.When omitted, the same fee is spread across the term and absorbed into the monthly price; the URL has no query string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| km_package | Yes | Monthly km package (500, 1000, 1500, 2000, 2500, 3000, 4000, 5000) | |
| vehicle_id | Yes | The vehicle product ID | |
| term_months | Yes | Subscription term in months (1, 6, 9, 12, 13, 18, 24, 36) | |
| down_payment_amount | No | Optional one-time Fahrzeugbereitstellung (vehicle provisioning fee) in EUR, paid upfront as Einmalzahlung. When provided, the checkout URL gets `?downPaymentAmount={amount}` and the monthly price drops accordingly. When omitted, the fee is spread across the term inside the monthly price. |