27 November 2024 - Release Notes
4 months ago by Mike Ireson
- Error message update for invalid email format
- Government ID updated error responses 🪪
Avenu API Release Notes 1.12.4
What's New?
Error message update for invalid email format
In an effort to provide more useful and meaningful error responses, we're updating Avenu customer onboarding services to now provide the following error response when an email address is passed in an invalid format.
Example | Error Code | Error Message |
---|---|---|
"email": "[email protected]" | AA8006 | Email - Invalid Format |
"email": "ryanemail@gmail" | AA8006 | Invalid data |
Government ID updated error responses 🪪
We have also updated Avenu customer onboarding services to now provide the following error response when a government ID is passed without the "idIssueDate"
and/or "idExpirationDate"
fields.
Example | Error Code | Error Message |
---|---|---|
Missing "idIssueDate" | AA8004 | GovId Issue Date - Missing Required Field |
Missing "idExpirationDate" | AA8004 | GovId Expiration Date - Missing Required Field |