portal-email-rejected
422 Unprocessable Content — The signup/sign-in email address was rejected by deliverability screening: disposable-domain or undeliverable addresses cannot create accounts.
portal-email-rejected
HTTP 422 Unprocessable Content
Content-Type: application/problem+json
{
"type": "https://docs.transmute.403fin.io/errors/portal-email-rejected",
"title": "...",
"status": 422,
"detail": "...",
"requestId": "req_01J..."
}
The signup/sign-in email address was rejected by deliverability screening: disposable-domain or undeliverable addresses cannot create accounts.
Common causes
- A disposable/temporary email domain
- A mailbox that hard-bounces verification
How to fix it
Use a real, receivable work mailbox. If you believe your legitimate address was misclassified (screening fails open on outages, but classifications can be wrong), contact support — we can allowlist it.
Does it bill?
Not applicable — portal routes are never metered. See Test vs Live Keys for the full billing rules.
Related
- Errors Overview — the problem+json shape and the closed catalog
- Every response carries an
X-Request-Id; quote it when contacting support.
Was this page helpful?