Credits give your organization extra mapping capacity on top of your plan’s daily limit. When your organization exhausts its daily quota, each additional mapping job consumes one credit. Credits are purchased separately from your subscription, never expire, and are shared across all users in your organization.Documentation Index
Fetch the complete documentation index at: https://mappingtravel.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How credits work
Your plan includes a fixed number of mapping jobs per day. Once you reach that limit, the API does not reject requests — instead, it draws from your credit balance. One credit is deducted for each mapping job that runs beyond the daily quota. Credits are priced at €1 per 1,000,000 mappings. The minimum purchase is 5,000,000 credits (€5). Credits do not expire and carry over month to month.Credits are shared at the organization level. All team members draw from the same credit pool.
Check your credit balance
CallGET /api/v1/billing/credits/balance to see how many credits your organization has remaining.
| Field | Description |
|---|---|
creditsRemaining | Credits available to use right now |
creditsUsed | Total credits consumed since your last purchase |
totalSpent | Total amount spent on credits (in euros) |
Purchase credits
CallPOST /api/v1/billing/credits/purchase to buy more credits. Pass the number of credits you want and your redirect URLs. The response contains a Stripe checkout URL — redirect your user there to complete payment.