#linqisnice_best-practices

1 messages ยท Page 1 of 1 (latest)

reef notchBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1252271654227415081

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

frank oriole
#

Hello

#

No that's not possible

#

Payment Links require a Price

#

The design of Payment Links are meant for a one-to-many approach

sly perch
#

When building a CMS/PMS, maybe you want to split the order into an invoice and a payment link (50/50), but there's no way to know which products are paid and which are not. Should I just reduce all products by the amount remaining (diff between total cost and total paid) or how sohuld one handle this?

#

Hmm alright, how should I deal with the situation above?

frank oriole
#

Yeah it sounds like you would do exactly what you just stated -- you diff the amounts and then create an Invoice or Payment Link for that remaining amount (I assume you are looking for a way to send a URL to a customer for the remaining payment)

sly perch
#

I just realized that as I wrote it actually lol and yes, we want to mail the customer the payment link (which again should be based on the remaining amount)

#

but yes that absolutely makes sense...

frank oriole
#

๐Ÿ‘

sly perch
#

thanks for the help!