# Reset Brand Wallet PIN

**Method:** `POST`

**Path:** `/payment-option/wallet/customer/{customer_id}/reset`

**Category:** Brand Wallet

**Authentication:** Required

## Description

Resets the PIN for a customer's brand wallet. Use this when the customer's
wallet PIN is locked or forgotten. Returns the new PIN and remaining attempts.


## Path Parameters

- `customer_id` (`string`) **required** — Unique customer identifier (e.g. cust-v1-...).

## Responses

- `200` — PIN reset successfully.
- `400` — 
- `401` — 
- `500` — 

### Response Schema

- `pin` (`string`) — The new wallet PIN
- `pin_attempts_remaining` (`integer`) — Number of PIN entry attempts remaining

---

Reference: https://localhost:3000/api/brand-wallet/reset-brand-wallet-pin
