Receiving card transactions from wise with Makemarket.io App. The Balance Statement

hi there
In my free time I started to build my own YNAB (App to plan on how to spend money with budgets) and now I would like to use the wise.com API to receive my card transactions to then connect them to my Budgets in Monday.com.

So let’s go for the next step. Getting the card transactions seems to be possible by the balance-statements (Balance Statement). Unfortunately, I can not get the API-Block to work. There is again a 404 Error :face_with_peeking_eye:. Can somebody help?

Get Balance Account Statement - Request

curl -X GET https://api.sandbox.transferwise.tech/v1/profiles/{{profileId}}/balance-statements/{{balanceId}}/statement.json
?currency=EUR
&intervalStart=2023-01-01T00:00:00.000Z
&intervalEnd=2023-01-15T23:59:59.999Z
&type=COMPACT
-H ‘Authorization: Bearer ’

Okay, I can not get it to work with Makemarket.io. So the way to go for me, is to use the Mail Notifications from wise and extract the Infos from there using Chat-GPT.
Works like a charm. Just an information for the folks trying something similar.

1 Like