---
title: "Get RPS terminal settings"
method: GET
path: "/rest/v2/settings/terminal/rps"
tags: ["RPS Settings"]
---

# Get RPS terminal settings

`GET /rest/v2/settings/terminal/rps`

Retrieve the RPS configuration for a terminal, including whether recurring payments are enabled.

## Headers

- `api-key` string, required

## Response `200`

ok

- RpsSettingsPayload — Contains the response data for the terminal's RPS configuration.
  - `rps-settings` RpsSettings — Contains Recurring Payment Service configuration for the terminal.
    - `enabled` true | false — Indicates whether the Recurring Payment Service (RPS) is enabled for the terminal.
  - `payloadType` string — Indicates the type of payload returned in the response.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/versions/f37077c24b66/schema)
