#payment link missing API function, cancel payment link

1 messages · Page 1 of 1 (latest)

cinder lodge
#

Hi! I got the payment link api to work. I can make a payment link with the amount and invoice description.
But! I need a way to cancel/delete/archive the payment link.

The payment amount paid may vary over time. Or a customer decides to pay with a different method.
I need to be able to cancel the link and generate a new one.

Is this functionality available? If not, on the roadmap? If yes, when?

It is a musthave for me, so i need to know! Tnx in advance!

azure vessel
#

Hi @cinder lodge
Thanks for raising. This is indeed not available in the API but is commonly requested.
I will raise to the relevant team but i would also recommend raising it on our #1174367475866021969 channels so it gets upvoted to show the teams how important this is for the community.

cinder lodge
#

Hello DianeA,

#

Thank you for your reply, So i can rightly assume this is not a planned feature atm?

#

Is there no way to cancel the current payment link atm??

#

Because if there is the option for a cancel/delete/archive, to make the payment link inactive and change the status, i could use this API for all my potential 70 customers, who want to use this payment option.

mortal escarp
#

hi @cinder lodge if you want to embed payment links into your own application, for instance on an invoicing solution, we typically see that there's a consumer portal or landing page in between the communication and the checkout. If you want to manipulate payment links that have been issued already, you might want to consider using something like that to serve as proxy between your invoice and Mollie payments.
In that case, you could also consider using 'regular' short-lived Payments

Often this leads to a superior CX although I don't know much about your desired setup of course.