Discussions

Ask a Question
ANSWERED

ASB foreign currency accounts not showing transactions

I am using the Personal App to connect to my ASB account. My ASB foreign currency accounts are not showing any transactions via the Akahu APIs, although I have many transactions clearly visible in the bank webapp. I assume this is a bug at your end; could you please have a look at this? I'm happy to provide debugging information if needed. FYI I have tried several accounts each with a different foreign currency and all with the same problem. I have tried access via the following endpoints, successfully invoking each time but with empty results returned for the accounts in question: <https://api.akahu.io/v1/transactions> <https://api.akahu.io/v1/accounts/{acc_id}/transactions> <https://api.akahu.io/v1/accounts/{acc_id}/transactions/pending>
ANSWERED

Client side /me GET and CORS denial

I am testing the /me API with a Personal App using `fetch`(as per docs <https://developers.akahu.nz/reference/get_me>) but only receive a CORS denial as I assume localhost is not white listed. My app and user tokens are correct as the API reference example works but running this locally does not work via Node Live Server. Have tried on a hosted environment with valid SSL and still get the same problem due to no domain white listing. Am I missing a step here?

Endpoints not returning any data

Hi, I've attempted to use the /transactions endpoint and the /accounts endpoint with my personal app; it does have permissions to these endpoints. However, I just received responses with empty lists in the items parameter of the response. I am using Kiwibank for this; I am unsure if I have done something wrong or what is happening because I get successful responses but just no data.

App Secret for Personal Apps

Hi there, Do personal apps come with an app secret when created? Or is that only for the paid accounts? <br> Cheers.

particulars field

Is there any way to add more detail to the particulars field other than the system generated code? I am using the personal app. Thanks