Request This endpoint expects an object.
base64_encoded_file string Optional
Base64-encoded contents of the original receipt file.
currency enum Optional
Currency code used in the receipt.
description string Optional <=1024 characters
Short transaction description.
document_id string Optional <=255 characters
Unique receipt number assigned by the issuer.
issued_at datetime Optional
Receipt issued date and time.
merchant_location string Optional <=255 characters
Location of the merchant.
merchant_name string Optional <=128 characters
Name of the merchant.
partner_metadata map from strings to any Optional
Metadata for partner needs
total_amount integer Optional >=0
Total amount for the receipt in minor units (e.g. cents).
transaction_id string Optional format: "uuid"
Transaction ID.
Response Successful Response
id string format: "uuid"
Unique receipt ID.
created_at datetime
Creation timestamp.
updated_at datetime
Update timestamp.
origin enum
Specifies how this receipt was created in Monite.
Allowed values: upload email
created_by_entity_user_id string format: "uuid"
Entity user who created.
currency enum
Currency code.
currency_exchange map from strings to any
Currency exchange details.
description string <=1024 characters
Short transaction description.
document_id string <=255 characters
Receipt number.
file_id string format: "uuid"
The id of the receipt file stored in the file saver.
file_url string
The URL of the receipt file stored in the file saver.
issued_at datetime
Date when the receipt was issued.
merchant_location string <=255 characters
Merchant location.
merchant_name string <=128 characters
Merchant name.
ocr_request_id string format: "uuid"
OCR request id.
ocr_status string
OCR status.
partner_metadata map from strings to any
Partner metadata.
sender string format: "email"
The email address from which the invoice was sent to the entity.
source_of_data enum
Source of data.
Allowed values: ocr user_specified
total_amount integer
Total amount in minor units.
transaction_id string format: "uuid"
Transaction ID.