> For the complete documentation index, see [llms.txt](https://magicpay.gitbook.io/magicpay-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/create-wallet.md).

# Create Wallet

## 1.6 Create Wallet

Creates member wallet.

**Request**

| Method | URL                                      |
| ------ | ---------------------------------------- |
| POST   | /wallet/v1/members/{members\_id}/wallets |

```
{
  "negativeAmountLimit": 100,
  "currency": "USD"
}
```

**Response**

| Status | Response                                                                                                                                                                                                          |
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 200    | <p>{</p><p>"data": {</p><p>"id": 1,</p><p>"createdDate": "2024-01-17T12:34:56",</p><p>"updatedDate": "2024-01-17T12:34:56",</p><p>"amount": 0,</p><p>"currency": "USD",</p><p>"memberId": 123</p><p>}</p><p>}</p> |
| 403    |                                                                                                                                                                                                                   |
| 400    |                                                                                                                                                                                                                   |
| 400    |                                                                                                                                                                                                                   |
| 401    |                                                                                                                                                                                                                   |
| 401    |                                                                                                                                                                                                                   |
| 500    |                                                                                                                                                                                                                   |

[<br>](https://hilals-organization.gitbook.io/magicpay-documentation/1.payments-and-wallet/1.5-reward-inquiry)
