---
title: "Credential check"
method: POST
path: "/admin/payment-simulator/check-credential.json"
tags: ["Payment Simulator"]
---

# Credential check

`POST /admin/payment-simulator/check-credential.json`

## Request body

- CheckCredentialSwaggerRequest
  - `x_account_id` string — **Required** <p>Login id of merchant in payment settings</p>
  - `x_account_password` string — **Required** <p>Login password of merchant in payment settings</p>

## Response `200`

OK

- CheckCredentialSwaggerResponse
  - `x_result` string — The valid values are valid, invalid, restricted. * **valid**: Account is valid * **invalid**: Account is invalid * **restricted**: Account is restricted

---

[API](https://skmtc.net/shopbase/apis/shopbase-internal-api.md) · [All operations](https://skmtc.net/shopbase/apis/shopbase-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopbase/shopbase-internal-api/revisions/353ccde6240d/schema)
