LocalServicesLicenseRejectionReason

  • Rejection reasons for local services license verification artifacts are described by enums.

  • Possible reasons include business name mismatch, unauthorized or revoked licenses, and expiration.

  • Issues with the license itself, such as poor quality or it being unverifiable, can also lead to rejection.

  • Submitting the wrong document type or one with an invalid ID will result in rejection.

  • Licenses with flaws not specifically listed can also be rejected under the 'OTHER' category.

Enums describing possible rejection reasons of a local services license verification artifact.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

BUSINESS_NAME_MISMATCH

Business name doesn't match business name for the Local Services Ad.

UNAUTHORIZED

License is unauthorized or been revoked.

EXPIRED

License is expired.

POOR_QUALITY

License is poor quality - blurry images, illegible, etc...

UNVERIFIABLE

License cannot be verified due to a not legitimate image.

WRONG_DOCUMENT_OR_ID

License is not the requested document type or contains an invalid ID.

OTHER

License has another flaw not listed explicitly.