#Deeptanshu

1 messages · Page 1 of 1 (latest)

copper saffronBOT
molten quest
#

hello, you can try deleting the payment link and see if that works

hybrid thunder
#

you means deactivating the payment link once the payment is successful?

molten quest
#

i think i misunderstood the original question - i thought you wanted to permanently stop usage of a payment link

#

if you want that functionality, you would want to use Checkout Sessions instead

#

A Payment Link will always create a new session for a customer to pay

hybrid thunder
#

yeah, once the payment is done...we don't want to payment payment again on the same invoice

#

Do we have to do it through our integration "deactivating the payment link after payment success" or there is some setting available on the dashboard, that can do this?

molten quest
#

no, there's no such setting in the Dashboard. Ideally you would want to implement Checkout Sessions instead which only allows payment once for each Checkout Session URL. But if you want to continue using Payment Links, then you probably have to manually delete the Payment Link after it's successful

hybrid thunder
#

Cool...thanks a lot....will check with the team