lunarway / openbanking

Repository for keeping track of issues related to Lunar's Open Banking APIs
https://developer.openbanking.prod.lunar.app/
1 stars 0 forks source link

Small questions #12

Closed niklavs-raudseps closed 9 months ago

niklavs-raudseps commented 2 years ago

I have a few questions

  1. I want to use the offline scope so I can get refresh tokens, but I need to change my registration for this. Is there a PUT/PATCH request to do this? There is only an endpoint for changing the redirect-uri.
  2. How long in the past are transactions able to be retrieved?
  3. Do transactions have a dateTo, dateFrom paramater?
niklavs-raudseps commented 2 years ago

Hey, has somebody read this?

dentych commented 2 years ago

Hey @niklavs-raudseps

I can't answer your question 1, maybe you can help here @Crevil ?

All transactions for an account can be retrieved, using the endpoints specified in https://developer.openbanking.prod.lunar.app/catalog/default/api/aisp-pisp . You can use the limit/offset parameters to retrieve it.

I'm not entirely sure what you mean with dateTo and dateFrom, can you elaborate a little? Transactions have a transactionTime. Transaction time will be put on all transactions, for when they happened, and postingTime will be different from null once the transaction has been posted to the account. When it's not null, it is likely a reservation or hasn't been posted yet.

Crevil commented 2 years ago

It is currently not possible to update the scopes after regitration. Have you registered in the sandbox or live environment?

niklavs-raudseps commented 2 years ago
  1. Yes, I have registered without the offline scope for both sandbox and production.
  2. dateTo and dateFrom means we request transactions from a certain time period (say from November to December). We want this since the End User Agreement our clients signs says that we won't send transactions older than 90 days. If we store those old transactions than we will have broken that agreement.
niklavs-raudseps commented 2 years ago

How long should I wait until an update which allows me to change my registration scopes?

Crevil commented 2 years ago

@hoeg do you have an idea on a timeline for this?

dentych commented 2 years ago

@niklavs-raudseps Currently there is only limit/offset capability in the API, not from and to dates.

niklavs-raudseps commented 2 years ago

When will I be able to change my registration?

bsnlunar commented 2 years ago

Hi @niklavs-raudseps This is now placed into our back log - but we cannot at present time give you a timeframe for solving this feature request covering to and from dates

niklavs-raudseps commented 2 years ago

@bsnlunar The date_to and date_from params would be great, but they are not strictly necessary. When will I be able to change the scopes in my registration? Because that to me is the most important thing.

niklavs-raudseps commented 2 years ago

@bsnlunar Any progress on this issue?

bsnlunar commented 2 years ago

Hi @niklavs-raudseps We are still having this on our backlog in the Squad involved. But no current progress that will benefit you can yet be promised.

niklavs-raudseps commented 2 years ago

Well, then add this as a priority.

niklavs-raudseps commented 2 years ago

Hello,

Any progress here?

TechHolm commented 2 years ago

Hi, @niklavs-raudseps Apologies for the late answer. We currently do not have any updates on the issue. We will get back to you as soon as we have any updates of interest.

Br. Lunar

Crevil commented 9 months ago

I'm cleaning up old issues and acknowledge this feature is still missing.

To stay updated please subscribe to https://github.com/lunarway/openbanking/issues/53 going forward.