Receiving card transactions from wise (Makemarket.io)

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.

Unfortunately the wise Makemarket.io extension does not include the function to list card transactions, so I try to get it up and running with the Makemarket.io “make api call” module. Up until now I was not able to get any api call without a 404 Error message.

The wise documentation can be found with this link:

So two questions:
How would a simple working API call with Makemarket.io wise module look like?
How could I list all the card-transaction (alike the “list transfers” module)?

I am grateful for any help.

@makeitfuture see above

So I tried to recreate the get transfer list module, to learn how to work with the API call module. I don’t understand why it is not working (Error 404).
See my module settings in the screenshots bellow.
Any help?

Welcome to the Make community!

You inserted an Absolute (full) URL into the URL field.

If you read the description below it, it says:

Enter a path relative … for example

So you simply need to omit the first part of the URL that will be added for you.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

3 Likes

@samliew Thank you for your help.

Now It works fine :partying_face:.
So let’s go for the next step. Getting the card transactions seems to be possible by the balance-statements (Balance Statement)

Unfortunately, I get again an 404 Error and I would expect an 403 Forbidden response.
Is there again a small mistake in my Module?

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 ’

No problem, glad I could help! Unfortunately the next question is unrelated and I can’t answer it. Therefore you should create a new topic for each different question.

1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.

2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

I do not understand why my second question is unrelated. But if there is an one answer per topic policy. Am happy to open a new topic.

Next steps will be posted here: