INVOICE_ISSUER_TAX_PROFILE_MISMATCH
409api_errorApproved tax-profile reference does not match processor metadata.
Cause
The approved tax-profile reference in the issuer configuration differs from the payment processor metadata.
How to fix it
Verify the approved tax-profile reference matches the payment processor metadata before retrying.
Example response
409 INVOICE_ISSUER_TAX_PROFILE_MISMATCH
JSON
{
"error_code": "INVOICE_ISSUER_TAX_PROFILE_MISMATCH",
"error_type": "api_error",
"error_message": "Approved tax-profile reference does not match processor metadata.",
"hint": "Verify the approved tax-profile reference matches the payment processor metadata before retrying.",
"docs_url": "https://docs.billerapi.com/errors/INVOICE_ISSUER_TAX_PROFILE_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/INVOICE_ISSUER_TAX_PROFILE_MISMATCH
Was this page helpful?