Accounts Receivable
Payment Links
7min
payment links provides a simple and flexible way to request payments from your customers with payment links, you can generate a unique link that can be sent to customers via email, text, or other communication channels when the customer clicks the link and completes the payment, an invoice is automatically generated for the transaction this feature is ideal for scenarios where customers do not owe a balance until they complete their purchase by using payment links, you can streamline payment collection for on demand transactions, reducing administrative overhead while delivering a seamless customer experience reusable vs single use payment links invoiced’s payment links feature offers two types of links to accommodate different payment collection needs reusable and single use understanding the differences can help you choose the best option for your workflow reusable payment links can be used multiple times, allowing multiple customers to make payments through the same link these links are ideal for scenarios like recurring or open ended payments customers can repeatedly use the same link for ongoing transactions general purpose payments perfect for collecting payments without specifying a single customer or invoice in advance template links dynamically add customer and invoice details in the query parameters this is helpful for use in email templates sent by your erp or crm when using reusable links, the system automatically generates a unique invoice for each payment made, ensuring proper tracking and recordkeeping single use payment links are designed to expire after a single payment is completed these links are best suited for one off purchases ensure that the link is used exclusively for a single transaction secure payment requests add an extra layer of control by limiting the link’s usage once a customer completes the payment through a single use link, it becomes inactive and cannot be reused this is particularly useful for workflows where payments need to be closely monitored or tied to specific customers creating payment links creating payment links in invoiced is quick and easy follow these steps to generate a link tailored to your payment collection needs go to the payment links page in the invoiced app click the new button choose whether you want the link to be reusable or single use based on your needs reusable link allows multiple customers to make payments using the same link single use link expires after a single payment is made add line items assign a meaningful description to identify the purpose of the payment enter in the amount the customer will pay advanced settings (optional) change optional behavior, such as the url to redirect the payer to after completion click create to generate the link copy the generated link and share it with your customer via email, sms, or any communication platform payment link templates invoiced’s payment link templates allow you to prefill fields on the payment page using query parameters this feature makes it easier to customize the payment experience for your customers by automatically populating key details here’s how to use query parameters with payment links you can append the following query parameters to a payment link url to prefill the corresponding fields parameter description client identifier unique customer identifier amount payment amount requires link template to be enabled on the payment link invoice number unique invoice identifier description payment description first name customer's first name last name customer's last name company customer's company name email customer's email address address1 customer's street address line 1 address2 customer's street address line 2 city customer's city state customer's state postal code zip or postal code country country code (iso 2 format) phone customer's phone number to create a prefilled payment link, append the desired query parameters to your payment link url for example https //yourbusiness invoiced com/pay/\ linkidentifier?client identifier=12345\&amount=100 00\&first name=john\&last name=doe\&email=johndoe\@example com\&address1=123+main+st\&city=springfield\&state=il\&postal code=62704\&country=us\&phone=5551234567 when the customer clicks this link the payment amount will be prefilled with $100 00 the customer’s first name, last name, email, address, and other details will appear on the payment form, reducing the need for manual input duplicate payment prevention if a customer attempts to make a payment using a link where the query parameters (e g , client identifier , amount , invoice number ) match a payment that has already been completed with the same payment link, the system will display a message indicating that the payment request has already been fulfilled duplicate payment prevention will only be applied if the client identifier query parameter is provided to take full advantage of this feature, ensure that you use consistent and unique identifiers, such as client identifier and invoice number , in your payment link query parameters