Admin backoffice
- Fixed an error that caused the merging of customers to fail when there was no email present
Connect Backoffice
- Added new functionality to create / update an e-money customer
- Added page for customer details
- Added ‘quality of life’ improvements to the Payment Request page
- This page is now always visible, and will display information on how you are able to enable this feature.
- The possibility to resend a payment request to a merchant
- Added a status of the payment requests. You can now see what amount of the payment request has already been paid.
- Added an E-money reporting page. This page contains all topdowns done in the community in a certain timeframe, thus providing an overview of the ‘top-down-turnover’ per mechant. The maximum timeframe that can be selected is 1 month. The option to export this data has also been added.

APIv2
Added the calls below to the APIv2
- POST /communities/<id>/customers: Create a customer for a certain community.
- PUT /merchants/{merchantId}/customers/{customerId} : Update customer.
- PUT /users/{userId}: Update a user
- GET /users/{userId}/adminCommunities: Retrieve all communities this user is an admin for.