You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FreshBooks API
Hi everyone, we are having some trouble applying taxes to customer
invoices. Are able to insert tax on invoice, but payment.get info
doesnt detail if the invoice had or not taxes.
Is there a way to know if a paid invoice was paid with or without tax?
and if so, the way to know the amount without taxes and the amount of
taxes?
Hope someone can help
Regards
Sebastian
Nox Dineen (FreshBooks)
unread,
May 17, 2012, 1:56:59 PM5/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to freshbo...@googlegroups.com
Hi Sebastian,
Rather than checking the payment object you can simply grab the invoice_id that the payment is associated with and do an invoice.get on it to check for taxes. :)