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

ClientIdstringRequired
Platform's API account identifier, associated with the API key.
UserIdstringRequired
The unique identifier of the user.
YearstringRequired
The year by which to filter the returned values.
MonthstringRequired
The month by which to filter the returned values.

Response

Success
UserIdstring
The unique identifier of the user.
CreditedEMoneyobject

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

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