BILLING_PRICING_CONTRACT_MISMATCH
500api_errorEffective pricing differs from the published contract.
Cause
The public pricing page is the billing authority. Any drift between it and the effective-dated configuration must stop billing rather than silently charge a different price.
How to fix it
Not retryable. Contact support so the configuration is reconciled with the published contract.
Example response
500 BILLING_PRICING_CONTRACT_MISMATCH
JSON
{
"error_code": "BILLING_PRICING_CONTRACT_MISMATCH",
"error_type": "api_error",
"error_message": "Effective pricing differs from the published contract.",
"hint": "Not retryable. Contact support so the configuration is reconciled with the published contract.",
"docs_url": "https://docs.billerapi.com/errors/BILLING_PRICING_CONTRACT_MISMATCH",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/BILLING_PRICING_CONTRACT_MISMATCH
Was this page helpful?