User e-money
View User EMoney
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
requiredThe 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
Was this page helpful?