Skip to main content
Code: auth.business_context_required
HTTP: 400 Bad Request

What happened

The API rejected the request during authentication before your route handler ran.

Safe message

We could not complete this request. Please try again.
Use err.safeMessage or err.displayMessage in customer UI, not err.message.

Why this happened

The request did not include a valid business context for this merchant resource.

How to fix it

Ensure your integration targets the correct business for multi-tenant merchant routes.

UI hint

Programmatic handling