Create unique invoices via the API

I’ve taken a look at some of the documentation, but as I’m not too clued up on the Infusionsoft API, I wanted to ask if the following is possible:

Customer has another system, which holds data about money owed. They want to be able to either bring this data in and send an email to ask for this money on an order form (which I’m sure isn’t possible) but is it possible to create and invoice with a unique payment value and trigger this to be sent via the API?

Yes, you can create invoices with specific values with the api. Will you be using REST or the XML-RPC?

Either one will allow you to create a blank order and then add invoice items using product id’s. When the product id is used, you are able to specify the cost on that item to be set in the invoice.

1 Like