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

International Payment Sandbox empty response #26

Open GvidasPranauskasKevin opened 2 years ago

GvidasPranauskasKevin commented 2 years ago

Hello,

We have been trying to test the International Payment on the Sandbox, but with no luck. We do not get any response from the Lunar Sandbox API. However, the Domestic Payment works as expected.

The request we have sent:

{
    "method": "post",
    "url": "https://sandbox.openbanking.prod.lunar.app/aisp-pisp/payments/international-payment",
    "body": {
        "redirectURL": "https://api-dev.kevin.eu/platform/frame/callback/payment/redirect",
        "accountId": "6148b3a0-c3e7-4d99-a9bc-985f7decff6c",
        "iban": "LT127****916",
        "accountNumberType": "IBAN",
        "recipient": {
            "name": "Kevin",
            "address": [
                "string"
            ],
            "type": "PERSONAL"
        },
        "amount": {
            "amount": 1,
            "currency": "EUR"
        }
    },
    "options": {
        "headers": {
            "authorization": "****7rEQ",
            "content-type": "application/json"
        }
    }
}

And the response we have received:

{
    "headers": {
        "date": "Wed, 23 Feb 2022 07:27:27 GMT",
        "content-type": "application/json",
        "content-length": "0",
        "connection": "close",
        "strict-transport-security": "max-age=15724800; includeSubDomains; preload"
    },
    "body": ""
}

Could you help us understand the problem we are facing?

GvidasPranauskasKevin commented 2 years ago

Are there any updates?

GvidasPranauskasKevin commented 2 years ago

Hello, are there any updates?

GvidasPranauskasKevin commented 2 years ago

Hello, are there any updates?

GvidasPranauskasKevin commented 2 years ago

Hello, are there any updates?

bsnlunar commented 2 years ago

Hi @GvidasPranauskasKevin We have raised the issue to our engineering squads and will come back to you sorry for the long response time

TechHolm commented 2 years ago

Hey @GvidasPranauskasKevin Thank you for bringing our attention to this issue. We have added this to the backlog for the owning squad within Lunar but can at the present time not give a target for when or if this issue is resolved

Br. Lunar

GvidasPranauskasKevin commented 2 years ago

Hello, are there any updates?

TechHolm commented 2 years ago

Hi, @GvidasPranauskasKevin . 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