UserStatusCodeType ( token )
Enumerated type that contains the different states of an eBay user account.
Type that uses UserStatusCodeType:
Call that uses one or more values of UserStatusCodeType:
Enumeration Values
Value | Description |
AccountOnHold | This enumeration value indicates that the user's account is on hold, possibly for non-payment of eBay seller fees. |
Confirmed | This enumeration value indicates that the current state of the eBay user account is confirmed and active. This is the most commonly returned value. |
CreditCardVerify | This enumeration value indicates that the new account has been created, but eBay is in the process of verifying credit card information for the user. |
CustomCode | Reserved for internal or future use. |
Deleted | This enumeration value indicates that eBay has deleted the user's account. |
Ghost | This enumeration value is rare, but may get returned for users who registered quite a long time ago, but never re-registered as required. |
InMaintenance | This enumeration value indicates that eBay is currently making changes to the eBay user account. This value is also rarely returned. |
Merged | This enumeration value indicates that the user has more than one account, and these accounts are in the process of getting merged. |
RegistrationCodeMailOut | This enumeration value indicates that registration of the new account is pending the new user responding to the confirmation email. |
Suspended | This enumeration value indicates that the eBay user account is currently suspended. This may be because the eBay user has violated eBay's user agreement. |
TermPending | This enumeration value indicates that the user account has been scheduled for account closure (typically when a user has requested to have their account closed). |
Unconfirmed | This enumeration value indicates that the current state of the eBay user account is unconfirmed. This value may be returned for a newly created acount, where the registration process is still ongoing. |
Unknown | This enumeration value indicates that the current state of the eBay user account is unknown. This value should seldom, if ever, be returned and typically represents a problem. |