MatthieuRookie
When creating a bunq.me link, I expect to be able to see the total received via that link on my link page in the app? Unless I create a dedicated sub-account, it is very difficult to track the total amount
When creating a bunq.me link, I expect to be able to see the total received via that link on my link page in the app? Unless I create a dedicated sub-account, it is very difficult to track the total amount
@Matthieu-Violet-Swan#251723 This is indeed not displayed in the app. If I had that issue, I would probably write a script that queries the /user/{userID}/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{itemId}
API endpoint. It returns all the incoming payments in an array, so it would be easy to sum up the total amount. Maybe that's a solution for you?