-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello,
Our DK clients noticed that although they create payments with date set to future date, these payments are being performed instantly, e.g. this one:
_POST https://openbanking.prod.lunar.app/aisp-pisp/payments/domestic-credit-transfer (2025-05-16T06:51:30.9878555Z)
X-Request-Id: 3a118bc7-7edd-449a-a379-922207078461
200 OK https://openbanking.prod.lunar.app/aisp-pisp/payments/domestic-credit-transfer (2025-05-16T06:51:31.2280000Z)
Connection: keep-alive
Content-Length: 204
Content-Type: application/json
Date: Fri, 16 May 2025 06:51:31 GMT
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
{
"authUrl": "https://auth.openbanking.prod.lunar.app/aisp-pisp/polling?paymentID=10e4c79a-b0a0-4545-a9a6-eba27c392caf&initiateTime=2025-05-16T06:51:31Z",
"paymentId": "10e4c79a-b0a0-4545-a9a6-eba27c392caf"
}_
According to your docs:
Having a transfer date in the future will not affect whether it is executed in the instant clearing or not - all transfers in Lunar are executed as instant transfers in DK.
To sum up - are all of DK payments handled like they were instant or is it possible to use the date field and request for future dated payment?