payer_invalid_email
payer_invalid_email
Description
The email address provided for the payer could not be validated.
HTTP Status
422 Unprocessable Content
doc_url Format
The doc_url value is an absolute URL and changes by environment:
<docs-base-url>/errors/payer_invalid_email
Typical Causes
- The email format does not match the expected pattern (for example missing
@or domain). - The email is empty or contains unsupported characters.
How To Fix
- Provide a valid email address that passes basic format validation.
- Retry the request.