SignupInfoResource
Account sign up data
Properties
Name | Type | Required | Description |
---|---|---|---|
tos_accepted | bool | ❌ | |
signup_state | List[SignupState] | ❌ | |
verification_reason | VerificationReason | ❌ | |
marketing_accepted | bool | ❌ | Updates 'Send Marketing Information' flag on web interface |
creation_time | str | ❌ | The timestamp of account creation |
SignupState
Properties
Name | Type | Required | Description |
---|---|---|---|
ACCOUNTCREATED | str | ✅ | "AccountCreated" |
BILLINGENTERED | str | ✅ | "BillingEntered" |
CREDITCARDAPPROVED | str | ✅ | "CreditCardApproved" |
ACCOUNTCONFIRMED | str | ✅ | "AccountConfirmed" |
PHONEVERIFICATIONREQUIRED | str | ✅ | "PhoneVerificationRequired" |
PHONEVERIFICATIONPASSED | str | ✅ | "PhoneVerificationPassed" |
VerificationReason
Properties
Name | Type | Required | Description |
---|---|---|---|
CC_FAILED | str | ✅ | "CC_Failed" |
PHONE_SUSPICIOUS | str | ✅ | "Phone_Suspicious" |
CC_PHONE_NOT_MATCH | str | ✅ | "CC_Phone_Not_Match" |
AVS_NOT_AVAILABLE | str | ✅ | "AVS_Not_Available" |
MAXMIND | str | ✅ | "MaxMind" |
CC_BLACKLISTED | str | ✅ | "CC_Blacklisted" |
EMAIL_BLACKLISTED | str | ✅ | "Email_Blacklisted" |
PHONE_BLACKLISTED | str | ✅ | "Phone_Blacklisted" |
COOKIE_BLACKLISTED | str | ✅ | "Cookie_Blacklisted" |
DEVICE_BLACKLISTED | str | ✅ | "Device_Blacklisted" |
IP_BLACKLISTED | str | ✅ | "IP_Blacklisted" |
AGENT_INSTANCE_BLACKLISTED | str | ✅ | "Agent_Instance_Blacklisted" |
CHARGE_LIMIT | str | ✅ | "Charge_Limit" |
OTHER_COUNTRY | str | ✅ | "Other_Country" |
UNKNOWN | str | ✅ | "Unknown" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs