Merchant Identity
Retrieve the status of a managed merchant
Retrieves the status of a merchant managed by a partner.
Check if a merchant is ready (transfers enabled), pending (transfers not enabled) or not created.
<!-- autogenerated token notes -->
**Token Types**:
Service or Merchant tokens are allowed.
<!-- autogenerated scope notes -->
**Required Scopes:**
business:merchant:read, business:partner:read
GET
/
v1
/
partners
/
{partner_alias}
/
merchantstatus
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
partner_alias
string
requiredThe name of the partner
Query Parameters
publisher_code
string
requiredThe publisher code
Response
200 - application/json
merchant_id
string | null
requiredmerchant_status
enum<string>
requiredAvailable options:
STATUS_NOT_CREATED
, STATUS_PENDING
, STATUS_READY
partner
string
requiredpublisher_code
string
required