| Field | Type | Required | Description | Example |
|---|---|---|---|---|
deactivate_in_days |
Optional[int] | ➖ | Number of days after which the test account is deactivated. Default: 30 days. Maximum: 180 days. | |
email |
Optional[str] | ➖ | Deprecated. Please leave this field absent and let the API automatically generate a random email. | |
email_state |
Optional[models.AccountIdentifierStatus] | ➖ | The status of the shopper account identifier (email or phone). If the account does not have this identifier, the status is "missing"; If the identifier has been used to receive an OTP code, the status is "verified"; If the identifier has not been used to receive an OTP code, the status is "unverified". | verified |
phone |
Optional[str] | ➖ | Deprecated. Please leave this field absent and let the API automatically generate a random phone number. | |
phone_state |
Optional[models.AccountIdentifierStatus] | ➖ | The status of the shopper account identifier (email or phone). If the account does not have this identifier, the status is "missing"; If the identifier has been used to receive an OTP code, the status is "verified"; If the identifier has not been used to receive an OTP code, the status is "unverified". | verified |
migrated |
Optional[bool] | ➖ | Set this account as migrated by the merchant in the request | |
has_address |
Optional[bool] | ➖ | Add a random U.S. address to the created account if set to true |