---
title: "Get wallet settings"
method: GET
path: "/v1/wallets/settings"
tags: ["Wallets"]
---

# Get wallet settings

`GET /v1/wallets/settings`

Retrieve the global settings of the wallets.

## Response `200`

- WalletSettings
  - `enabled` boolean, required — Indicates if the wallet feature is enabled or not. If disabled, wallets won't be debited even if they are in `active` state and with money.
  - `allow_free_credits` boolean, required — Allow top up for free amounts on wallets.
  - `allow_topup_on_portal` boolean, required — Allow wallet top up on customer's portal.
  - `product_ids` string[], required — Product IDs on which wallet will apply. If empty, the wallet will apply to all invoice line items.
  - `updated_at` string, date-time, nullable, required — Last edition date of the wallet settings.

---

[API](https://skmtc.dev/hyperline/apis/hyperline-api.md) · [All operations](https://skmtc.dev/hyperline/apis/hyperline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperline/hyperline-api/revisions/19fa5f22e39b/schema)
