Skip to main content

Receipt

A fiscal Receipt issued for a Payment.

idstring

Unique identifier for the Receipt.

externalIdstring

The identifier assigned to the Receipt by the upstream fiscal provider.

numberstring

The fiscal Receipt number.

datedate-time

The UTC timestamp when the Receipt was issued.

typeReceipts.ReceiptType

The fiscal type of the Receipt:

  • Sale: receipt issued for a successful Payment.
  • Void: receipt issued for a void or refund operation.

Possible values: [Sale, Void]

amountint32

The total amount of the Receipt, in cents.

parentReceiptIdstringnullable

The ID of the parent Receipt, when this Receipt is a void/refund of a previously issued Sale Receipt.

Receipt
{
"id": "string",
"externalId": "string",
"number": "string",
"date": "2024-07-29T15:51:28.071Z",
"type": "Sale",
"amount": 0,
"parentReceiptId": "string"
}