Transaction expire time
Closed this issue · 2 comments
ctxcode commented
In the Paynl API you can set a property "expire" which indicates how many seconds it takes for a transaction to expire. How do i do this with the SDK? I saw that you can set "expireDate". However, the Paynl API says nothing about a field named "expireDate".
andypieters commented
See: https://admin.pay.nl/docpanel/api/Transaction/start/7
It is the argument transaction.expireDate
By the way, it is not how many seconds the link is valid, but it is a datetime in CET
Be aware that this only works for paylinks (transactions without paymentmethod id)
ctxcode commented
Ah ok, Thanks for the info 👍