reviewState property

String? reviewState
getter/setter pair

Reflects the merchant review state in Checkout feature.

This is set based on the data quality reviews of the URL provided by the merchant. A merchant with enrollment state as ENROLLED can be in the following review states: IN_REVIEW, APPROVED or DISAPPROVED. A merchant must be in an enrollment_state of ENROLLED before a review can begin for the merchant.

Output only. Possible string values are:

  • "CHECKOUT_ON_MERCHANT_REVIEW_STATE_UNSPECIFIED" : Default review state when review state is not specified.
  • "IN_REVIEW" : Merchant provided URLs are being reviewed for data quality issues.
  • "APPROVED" : Merchant account has been approved. Indicates the data quality checks have passed.
  • "DISAPPROVED" : Merchant account has been disapproved due to data quality issues.

Implementation

core.String? reviewState;