Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Image Added