How can I set the timeout for payment link with quick pay?

if user didn’t complete the payment in time then it will trigger the payment update event and treat as failed.
Thank you.

With the Checkout API there isn’t a timeout with the quick pay links. The links are valid till they are paid for or deleted. :slightly_smiling_face:

Thank you for answering. I would like to know are there any other way to archive it?

Wondering what’s the use case for archiving a link? They’re valid till paid for or deleted. What would you be archiving? :slightly_smiling_face:

Sorry mistyping, I mean achieve it which is the timeout for the payment link by using some other API?

Sorry I’m still not following. A link will alway be valid till paid for or deleted with DeletePaymentLink. That’s the only behavior that would effect the validity of a payment link. :slightly_smiling_face:

Understood, thank you.