---
title: "Store XplorPay credentials securely"
method: POST
path: "/integrations/credentials/xplorpay"
tags: ["IntegrationCredentials"]
---

# Store XplorPay credentials securely

`POST /integrations/credentials/xplorpay`

## Request body

- XplorPayCredentialsDto
  - `terminalApiKey` string, nullable
  - `payLinkApiKey` string, nullable

## Response `200`

OK

- CredentialsStatusDto
  - `isConfigured` boolean
  - `hasTerminalKey` boolean
  - `hasPayLinkKey` boolean
  - `terminalKeyPreview` string, nullable
  - `payLinkKeyPreview` string, nullable
  - `terminals` TerminalStatusDto[], nullable
    - `name` string
    - `keyPreview` string, nullable

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
