Melio URL Parameters

Print Friendly, PDF & Email

So, I’m not sure what all the parameters are, but I was able to figure out how to pass in the invoice number and amount due, so the customer doesn’t have to manually input it.  I was then able to update our Invoicing software to include a “Pay Invoice Online: ” link to include the invoice number and total due:

https://melio.me/raztechllc?totalAmount=500.00&invoiceNumber=inv_1020

 

Where, totalAmount= the amount due on the invoice and invoiceNumber= the invoice number.

 

For the Kaseya BMS custom report, it looks like this:

=”https://melio.me/raztechllc?totalAmount=”&{Invoice Design Header.Payment Due}&”&invoiceNumber=”&{Invoice Design Detail.Invoice Number}

Comments are closed.