Invoice Data Import

The Invoice Data Import defines the file specifications that may be used to upload invoices to the GoToBilling/OmniFund application.  Imports are broken up into comma-delimited fields and may be uploaded using the Import feature located on the Invoices page.


NOTES:

Data Type Conventions

TypeDefinition
datemm/dd/yyyy
float0.00
intNumeric [0-9]
stringAlphanumeric [A-Z, a-z, and 0-9]

Invoice Import Fields

FieldRequiredMax LengthDescription
Invoice# 1Requiredstring [100]Set by the Merchant.  Unique alphanumeric ID associated with the invoice.  It can contain special characters.  MUST BE UNIQUE FOR EACH INVOICE
Invoice# 2Requiredstring [100]Same ID value as Invoice# 1.
Bill-to First NameRequiredstring [50]The first name of the customer that is associated with the billing account.  Either first name & last name or company name must be given.
Bill-to Last NameConditionalstring [50]The last name of the customer that is associated with the billing account.  Either first name & last name or company name must be given.
Bill-to AddressRequiredstring [100]The address associated with the billing account.
Bill-to CityRequiredstring [50]The city that is associated with the billing address.
Bill-to StateRequiredstring [2]The state that is associated with the billing address.  The state is formatted using the two-letter post abbreviation.  Example: FL
Bill-to Zip CodeRequiredstring [10]The five (5 to 9) digit zip code that is associated with the billing address.  Ex.  12345 or 12345-6789
Bill-to EmailOptionalstring [255]The email of the customer that is associated with the billing address.
Bill-to PhoneOptionalstring [50]The phone number of the customer that is associated with the billing address including dashes.  Ex.  222-555-3333
Invoice DateRequireddate [10]Date the invoice is created.  Ex.  mm/dd/yyyy
Due DateRequireddate [10]The final date payment can be made on time.  This date will be used by the system to determine the date unpaid invoices are overdue.  Ex.  mm/dd/yyyy
DescriptionOptionalstring [100]Description of the item(s) invoiced.
QtyRequiredintegerNumber of items invoiced.
Unit PriceRequiredfloatPrice per item invoiced.  This amount will be multiplied by the Qty to generate the total billed.

Example