---
title: "Get Account Config"
method: GET
path: "/config"
tags: ["Config"]
---

# Get Account Config

`GET /config`

**Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">config:read</code>

## Response `200`

OK

- ConfigDetails
  - `generic` string — URL for generic notification.
  - `authorisation` string — URL for authorisation notification.
  - `transaction` string — URL for transaction notification.
  - `visa_fwd` string — URL for redirect clients on credit card forward.
  - `visa_detail` string — URL for credit card payment detail.
  - `account` string, uuid — The UUID of the related account.
  - `client_id` string — The id of the related client.
  - `payment_methods` string[] — The available payments for the related account.

## Other responses

- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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