<< Back to payment terms selector info

Create Itemized Invoice


Required Inputs

Optional Input

Outputs

Example

Itemized Invoice with $150 total amount and $75 upfront amount (calculated from sale group items)

Input

              <payment-terms-selector-element
                add-payment-terms="true"
                id="test-payment-terms-selector"
                organization-id="214091"
                sale-type="invoice"
                sale-group-items="[
                  {
                    "quantity":1,
                    "item_variation_id":79803,
                    "price_cents":10000
                  },
                  {
                    "quantity":5,
                    "item_variation_id":80066,
                    "price_cents":1000
                  }
                ]">
              </payment-terms-selector-element>
            

Output

outputPaymentTermForm:

openPaymentTermsModal: