---
title: "Get transaction alert settings"
method: GET
path: "/rest/v2/settings/merchant/transaction-alert"
tags: ["Transaction Alert Settings"]
---

# Get transaction alert settings

`GET /rest/v2/settings/merchant/transaction-alert`

Retrieve the current transaction alert settings configured for a merchant.

## Response `200`

ok

- TransactionAlertSettingsPayload — Transaction alert configuration details.
  - `alert-settings` AlertSettings
    - `merchantId` string — Merchant identifier associated with the alert settings.
    - `terminalId` string — Terminal identifier associated with the alert settings.
    - `emails` string — Email address to receive transaction alerts.
    - `callbackUrl` string — URL to which transaction result notifications are sent.
  - `payloadType` string — Type of payload returned.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Server error

---

[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/revisions/f37077c24b66/schema)
