hmaddy Posted May 3, 2023 Share Posted May 3, 2023 how can i check if anyone pays an invoice.??? i need to find it out whether the invoice have a particular product or not. how to check it after payment update 0 Quote Link to comment Share on other sites More sharing options...
leemahoney3 Posted May 3, 2023 Share Posted May 3, 2023 You can search paid invoices under Billing > Invoices > Paid. If you are looking for a particular line item, use Search/Filter on that page and enter it under Line Item Description. 0 Quote Link to comment Share on other sites More sharing options...
hmaddy Posted May 3, 2023 Author Share Posted May 3, 2023 sir, i need to check all these through code 0 Quote Link to comment Share on other sites More sharing options...
leemahoney3 Posted May 3, 2023 Share Posted May 3, 2023 6 minutes ago, hmaddy said: sir, i need to check all these through code Can you explain what you are trying to do? I don't really understand. If you are trying to check in a script then you could query the database to see if the invoice is paid and grab the ID (and user ID if needed). With that you can then check the invoice items table against the invoice ID to see what items were on the invoice (and filter them out). 0 Quote Link to comment Share on other sites More sharing options...
hmaddy Posted May 3, 2023 Author Share Posted May 3, 2023 when someone pays an invoice, i need to check the invoice that the invoice is for a particular item. if that matches, then i need to create a ticket. this is my requirement 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted May 10, 2023 Share Posted May 10, 2023 You might try this from the Marketplace: https://marketplace.whmcs.com/product/3563-new-order-ticket 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.