View User EMoney
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.
Authentication
AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.
If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.
Path parameters
ClientId
Platform's API account identifier, associated with the API key.
UserId
The unique identifier of the user.
Year
The year by which to filter the returned values.
Month
The month by which to filter the returned values.
Response
Success
UserId
The unique identifier of the user.
CreditedEMoney
Information about the pay-ins and transfers credited to wallets owned by the user.
DebitedEMoney
Information about the payouts debited from wallets owned by the user.