FAQs
What's a DCC connector?
The docs talk about a differentiation between DCC and Open Banking connectors. What's the difference?
Thanks!
Posted by Angel 3 months ago
Filter transaction by subClass attribute
Hi Basiq team, I'm currently doing research on Basiq API. At the moment I been trying to filter transaction by 'code' attribute located inside subClass here is my syntax:
https://au-api.basiq.io/users/${userId}/transactions?limit=500&filter=transaction.subClass.code.eq('400')
but it's not filtered out the transaction as I expected.
Second question is where can I find the list of "code"?
here is the data I'm trying to access to:
"subClass": {
"title": "Cafes, Restaurants and Takeaway Food Services",
"code": "451"
},
Thank you team,
Posted by Brian Dang 3 months ago
What exactly is the Smart-Cache and why would I need it enabled?
Like the title says.
How does the Smart-cache work and what are the benefits of having it enabled? Is this different between Open Banking and Web type connections?
Posted by Jay 4 months ago
Does your solution impose any transaction limits?
Yes, these are as follows:
Sandbox : There are no transaction limits
Production : Initially when you are set up in production you will have a transaction limit of 10 AUD. This to allow you to do testing in the real world and confirm your solution is working fine.
Once production testing has been completed you will then be set up with a default limit of 10,000 AUD per transaction
Posted by Ash 4 months ago
How to create a User in the dashboard
1. Log into your Basiq dashboard, if you do not have an account you will be asked to create an application: https://dashboard.basiq.io/
2. Select users, the second icon down in the list: https://dashboard.basiq.io/users/all
3. Click Create User, on the top of the page
4. Enter in the users name and details, note phone number is required, this should be the users phone number not your phone number
5. Once created you will be redirect to the user's page, you can create a consent UI screen for the user here by clicking the "Create a link" button
Posted by Albert 5 months ago
How to spin up consent UI in API 3.0?
To spin up consent UI, please follow the below steps.
1. Create a server_access token from here: https://api.basiq.io/reference/posttoken
2. Create a user using above token: https://api.basiq.io/reference/createuser
3. Create a client_access token binded with above user, request here: https://api.basiq.io/reference/posttoken
4. Use the above token and spin it in below link: https://consent.basiq.io/home?&token=${token}
Posted by Basiq Support Team 5 months ago