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

Access token API question #35

Closed fonzi0711 closed 9 months ago

fonzi0711 commented 1 year ago

Hi Lunar team !

We would like to start using Lunar production (live) APIs. We checked the documentation and there is mention of a "Get status" step on the authentication/authorization flow : https://developer.openbanking.prod.lunar.app/docs/default/api/registration/access_token/ I'm not sure to follow the whole flow. I wonder if we need to pull the status from your side or not ? If so, what's the endpoint and the parameters ?

Thanks in advance

hoeg commented 1 year ago

We are serving the page that handles that. Notice that the get status call follows a redirect we are making and the call is between the User and Lunar, your service is not involved in this part of the login flow.

fonzi0711 commented 1 year ago

Ok it's all clear now thanks a lot !