Receipt
Documentation for the data schema of the Receipt model.
Receipt Fields
Documentation for all fields present in the data schema.
Field accessors are used as the keys for accessing the values in the returned data. On the data schema interface, this is the "Field Name".
Field value types indicate how the value is returned by the API. On the data schema interface, this is the "Field Type".
Supplier Name
The name of the supplier of the receipt.
Accessor: supplier_name
Value Type: string
Has a single value.
Supplier Address
The full address of the supplier who delivered the receipt.
Accessor: supplier_address
Value Type: string
Has a single value.
Supplier Phone Number
The phone number of the supplier of the receipt.
Accessor: supplier_phone_number
Value Type: string
Has a single value.
Supplier Company Registration
A list of company registration details including type and number, for the supplier of the receipt.
Accessor: supplier_company_registration
Subfields
Number The company registration number. Accessor:
numberValue Type:stringType The type of the company registration number. Accessor:
typePossible Values:VAT,SIRET,SIREN,NIF,CF,UID,STNR,HRA_HRB,TIN,RFC,BTW,ABN,UEN,CVR,ORGNRO,INN,DPH,NIP,GSTIN,CRN,KVK,DIC,TAX_ID,CIF,GST_HST_CA,COC
Can have multiple values (is a list/array).
Receipt Number
The number of the receipt.
Accessor: receipt_number
Value Type: string
Has a single value.
Total Amount
The final total amount paid, including all taxes and discounts.
Accessor: total_amount
Value Type: number
Has a single value.
Taxes
A list of individual taxes applied, each including rate, base and amount.
Accessor: taxes
Subfields
Rate The tax rate of this tax as a decimal. Accessor:
rateValue Type:numberBase The base amount on which this tax is computed. Accessor:
baseValue Type:numberAmount The computed tax amount for this tax. Accessor:
amountValue Type:number
Can have multiple values (is a list/array).
Tips & Gratuity
The total tips and gratuities for the receipt.
Accessor: tips_gratuity
Value Type: number
Has a single value.
Line Items
A list of line items in the receipt, each including description, quantity, unit price and total price.
Accessor: line_items
Subfields
Description A description of the item or service. Accessor:
descriptionValue Type:stringQuantity The quantity of the item or service. Accessor:
quantityValue Type:numberUnit Price The price per unit of the item or service. Accessor:
unit_priceValue Type:numberTotal Price The total price for the line item: quantity * unit price. Accessor:
total_priceValue Type:number
Can have multiple values (is a list/array).
Document Type
Document type: expense receipt or credit card receipt
Accessor: document_type
Possible Values: expense_receipt, credit_card_receipt
Has a single value.
Purchase Category
The category of the receipt.
Accessor: purchase_category
Possible Values: food, gasoline, parking, toll, accommodation, transport, telecom, software, shopping, energy, miscellaneous
Has a single value.
Purchase Subcategory
The purchase subcategory of the receipt.
Accessor: purchase_subcategory
Possible Values: restaurant, delivery, train, public, taxi, car_rental, plane, micromobility, office_supplies, electronics, cultural, groceries, other
Has a single value.
Locale
The locale contains the language, country and currency of the receipt.
Accessor: locale
Subfields
Language The language of the receipt, ISO 639-1 language code. Accessor:
languageValue Type:stringCountry The country of the receipt, ISO 3166-1 alpha-2. Accessor:
countryValue Type:stringCurrency The currency in which is issued the receipt, ISO 4217. Accessor:
currencyValue Type:string
Has a single value.
Last updated
Was this helpful?

