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

Problem with registration #41

Closed 2dete closed 9 months ago

2dete commented 1 year ago

While try to registering for sandbox/production environments i am getting 500 error in postman without any error message Tried to run curl and here is request with response :

curl --location --request POST 'https://openbanking.prod.lunar.app/tpp/register' \ --header 'X-Request-ID: 36938a1c-2fa1-43a2-ba9b-ab8fccc30234' \ --header 'Content-Type: application/json' \ --data-raw '{ "redirectUris": [ "https://ob.nordigen.com/psd2/oauth/lunar/code/", "https://ob.gocardless.com.com/psd2/oauth/lunar/code/" ], "roles": [ "PSP_AI", "PSP_PI" ] }' --cert "[MASKED]qwac.pem" --key "[MASKED]qwac.key" -k -v Note: Unnecessary use of -X or --request, POST is already inferred.

Crevil commented 9 months ago

The registration flow has been updated since this issue was created.

Please see the latest updated docs and try again: https://developer.openbanking.prod.lunar.app/docs/default/api/registration/register/

As the provided information here is outdated, please open another issue if registration issues persist.