Receipt Object


A receipt is a document that confirms a Wix user has received money or property as payment following a sale, transfer of goods, or provision of a service. Read more about receipts.

Properties
additionalFeesArray <AdditionalFee>maxItems 100

Additional fees.


businessDetailsBusinessDetails

Business details. When business properties are not provided, defaults are taken from the site's properties, available in the Site Properties API.


createdDatestringRead-onlyimmutableformat date-time

Date and time the receipt was created.


currencystringformat CURRENCY

Currency code in ISO-4217 alphabetic format.


customerCustomer

Customer details.


customFieldsCustomFields

Custom fields for this receipt. Values appear on the receipt in the specified order.


discountsArray <Discount>maxItems 320

Discounts.


documentDocumentRead-only

Document details.


extendedFieldsExtendedFields

Custom field data for the receipt. Extended fields must be configured in the app dashboard before they can be accessed with API calls.


idstringRead-onlyformat GUIDimmutable

Receipt ID.


lineItemsArray <LineItem>minItems 1maxItems 300

Line item details.


numberingNumberingRead-only

Receipt numbering.


paymentPayment

Payment details.


presetIdstringformat GUID

Receipt preset ID. Defaults to the default receipt preset ID, available with Get Default Receipt Preset ID.


regionalPropertiesRegionalPropertiesimmutable

Regional properties pertaining to the receipt. When regional properties are not provided, defaults are taken from the site's properties, available in the Site Properties API.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the receipt is updated. To prevent conflicting changes, the current revision must be passed when updating the receipt.


shippingInfoShippingInfo

Shipping info.


sourceReferenceSourceReferenceimmutable

Details about the associated Wix eCommerce or Wix Payments order.


taxBreakdownArray <Tax>maxItems 100

Tax and taxable amounts breakdowns.


taxExemptboolean

Indicates if there were exempt from tax.


totalsTotals

Summaries of totals including tax, shipping, additional fees and discounts.


updatedDatestringRead-onlyformat date-time

Date and time the receipt was last updated. Relevant updates include receipt regeneratation and number allocation changes. Updates to financial information are not stored.

Did this help?