# Activate Brand Wallet

**Method:** `POST`

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

**Category:** Brand Wallet

**Authentication:** Required

## Description

Activates a previously created or deactivated brand wallet for the specified customer.
The wallet must be activated before it can be used for payments.


## Path Parameters

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

## Responses

- `200` — Wallet activated successfully.
- `400` — 
- `401` — 
- `500` — 

---

Reference: https://localhost:3000/api/brand-wallet/activate-brand-wallet
