INVOICE_ISSUER_STRIPE_MISMATCH
409api_errorConfigured Stripe account does not match the authenticated account.
Cause
The Stripe account in the issuer configuration is not the account the platform authenticated with.
How to fix it
Verify the configured Stripe account matches the authenticated account before retrying.
Example response
409 INVOICE_ISSUER_STRIPE_MISMATCH
JSON
{
"error_code": "INVOICE_ISSUER_STRIPE_MISMATCH",
"error_type": "api_error",
"error_message": "Configured Stripe account does not match the authenticated account.",
"hint": "Verify the configured Stripe account matches the authenticated account before retrying.",
"docs_url": "https://docs.billerapi.com/errors/INVOICE_ISSUER_STRIPE_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_STRIPE_MISMATCH
Was this page helpful?