Skip to main content

Pricing

Dynamic pricing for a vehicle. Prices change over time and by location, so request pricing when the user needs it rather than caching it. All prices are in the zone's local currency and in minor units.

The pricing model

{
"data": {
"type": "pricing",
"id": "12345678-1337-abcd-1234-1234abcd0002",
"attributes": {
"currency": "EUR",
"pricePerMinute": 15,
"startPrice": 100,
"vat": 0.25
}
}
}
FieldTypeDescription
idstringThe vehicle id (UUID v4) the pricing is derived for.
typestringAlways pricing.
pricePerMinuteintegerPrice per minute, incl. VAT, in minor units.
startPriceintegerStart (unlock) price, incl. VAT, in minor units.
currencystringThree-letter currency code (ISO 4217).
vatnumberVAT percentage.