Closed facundofederico closed 3 months ago
Thank you for reporting this. We will look into it as soon as possible.
@facundofederico we believe we have fixed the issue. Please try again.
It seems to have worked! Thank you!
Good to hear. Please get back to us should you experience further problems.
Closing the issue.
I'm attempting to start a domestic payment and getting a 500 error.
This is the request:
Method: POST, RequestUri: 'https://openbanking.prod.lunar.app/aisp-pisp/payments/domestic-credit-transfer', Version: 1.1, Content: System.Net.Http.StringContent, Headers:
{
Accept: application/json
Authorization: Bearer ory_at_ez0[...]d_g
traceparent: 00-4d6315ef5f1ed78aa8dafdd9bf735aeb-2f98500f0af8c456-01
Content-Type: application/json
Content-Length: 328
}
This is the body:
{
"redirectUrl":"https://localhost:5011/api/callback/pisp",
"accountId":"4ca[...]13a",
"recipientBBAN":"**************",
"amount":36.75,
"currency":"DKK",
"instant":true,
"message":"andel - ID: 0[...]d",
"title":"0[...]d - [...]",
"date":"2024-08-19"
}
I checked the endpoint parameters limits and the request seems fine. I would like to know if the title has any unspecified limit, since it's pretty long (75 characters).
Linking https://github.com/lunarway/openbanking/issues/57 here as the last question looks to be caused by the same.
We are registering with a new EC certificate provided by https://eidas.ec.europa.eu/efda/tl-browser/#/screen/tl/HU/2/14. I have 3 files:
The certificates are the following:
All this files have been checked and have the correct format.
I'm making the following call using wget 1.21.4:
wget.exe --no-check-certificate --method=POST --body-data="{\"redirectUris\":[\"https://localhost:5011/api/callback/aisp\",\"https://localhost:5011/api/callback/pisp\",\"https://[name]/api/callback/aisp\",\"https://[name]/api/callback/pisp\"],\"roles\":[\"PSP_AI\",\"PSP_PI\"],\"name\":\"[name]\"}" --header="Content-Type: application/json" --certificate="C:\...\ec_certs\leaf.pem" --ca-certificate="C:\...\ec_certs\int-root.pem" --private-key="C:\...\ec_certs\privatekey.pem" --secure-protocol=TLSv1_3 --debug https://tpp.openbanking.prod.lunar.tech/tpp
And getting this response:
I'm making the same call to the debug endpoint and getting a success:
The returned index.html file contains the text
TLS chain was verified