---
title: "View User EMoney"
method: GET
path: "/v2.01/{ClientId}/users/{UserId}/emoney/{Year}/{Month}"
tags: ["userEmoney"]
---

# View User EMoney

`GET /v2.01/{ClientId}/users/{UserId}/emoney/{Year}/{Month}`

View User EMoney

The path parameters `Month` and `Year` are optional. If not given, this call returns all the credited and debited e-money since the user was created.

## Path parameters

- `ClientId` string, required
- `UserId` string, required
- `Year` string, required
- `Month` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- ViewUserEMoneyResponse
  - `UserId` string — The unique identifier of the user.
  - `CreditedEMoney` ViewUserEMoneyResponseCreditedEMoney — Information about the pay-ins and transfers credited to wallets owned by the user.
    - `Currency` string — **Allowed values:** The three-letter <a href="/api-reference/overview/data-formats" target="_blank">ISO 4217 code</a> (EUR, GBP, etc.) of a <a href="/guides/currencies" target="_blank">supported currency</a> (depends on feature, contract, and activation settings). The currency of the amount.
    - `Amount` integer — The amount of the currency in its minor unit. For example, EUR 12.60 would be represented as `1260` whereas JPY 12 would be represented as just `12`.
  - `DebitedEMoney` ViewUserEMoneyResponseDebitedEMoney — Information about the payouts debited from wallets owned by the user.
    - `Currency` string — **Allowed values:** The three-letter <a href="/api-reference/overview/data-formats" target="_blank">ISO 4217 code</a> (EUR, GBP, etc.) of a <a href="/guides/currencies" target="_blank">supported currency</a> (depends on feature, contract, and activation settings). The currency of the amount.
    - `Amount` integer — The amount of the currency in its minor unit. For example, EUR 12.60 would be represented as `1260` whereas JPY 12 would be represented as just `12`.

---

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