---
title: "Get account configuration"
method: GET
path: "/payout/account/configuration"
tags: ["Account"]
---

# Get account configuration

`GET /payout/account/configuration`

This **GET** endpoint is used to retrieve the current configuration for the MassPay account. <br> You can use this endpoint to obtain information about the configuration of your account. <br> There are no required parameters needed to access this endpoint. <br> The response will include a JSON objects containing details for the configuration.

## Response `200`

successful operation

- object[]
  - `setting_name` 'STATUS' | 'DYNAMIC_TOKENS_ENABLED' | 'DATE_OF_BIRTH_REQUIRED' | 'SOCIAL_SECURITY_REQUIRED' | 'MINIMUM_ACCEPTABLE_PAYEE_AGE' | 'ID_ENFORCED_FOR_ALL_PAYEES' | 'PCI_NON_COMPLIANT' | 'PAYEE_NOTIFICATIONS_ENABLED' | 'BATCH_REQUIRES_SECOND_APPROVER' | 'WALLET_TO_WALLET_ENABLED' | 'DEMO_SIMULATOR' | 'PAYEE_PHONE_VERIFICATION_REQUIRED' | 'STRICT_ATTR_SET_TOKEN_ENFORCEMENT', required — Name of the setting
  - `value` string, required — Value of the setting

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

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