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

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

UserId
string
required

The unique identifier of the user.

Year
string

Format: “YYYY” (e.g., “2019”)

The year by which to filter the returned values.

Month
string

Format: “MM” (e.g., “03”)

The month by which to filter the returned values.

Body parameters

Currency
string

Allowed values: The three-letter ISO 4217 code (EUR, GBP, etc.) of a supported currency (depends on feature, contract, and activation settings).

The currency of the wallets for which to return the values for credited and debited e-money.

Responses

UserId
string

The unique identifier of the user.

CreditedEMoney
object

Information about the pay-ins and transfers credited to wallets owned by the user.

DebitedEMoney
object

Information about the payouts debited from wallets owned by the user.