Skip to main content
Skip table of contents

Customer Display Receipt [RECEIPT]

Method Name: RECEIPT

Show receipt page in customer display.

Request

Level

Node Name

Node Value(s)

Notes

1

Receipt

 

 

2

Currency

<string>

Currency symbol

2

Subtotal

<currency>

Subtotal amount

2

Taxes

<currency>

Taxes amount

2

Total

<currency>

Total amount

2

Text1

<string>

Text of first line

 

2

Text2

<string>

Text of second line

 

2

Image

<string>

Image in Base64

 

2

ImageUrl

<string>

Url or path of image

2

Lines

3

Line

4

Type

<string>

Line type

4

Code

<string>

Product code

4

Description

<string>

Product description

4

Quantity

<currency>

Quantity value

4

Price

<currency>

Price amount

4

Amount

<currency>

Line amount

2

ShowPayments

<boolean>

Show Payment

2

Payments

3

Payment

4

Type

<string>

Payment type

4

Text1

<string>

Payment text of first line

4

Text2

<string>

Payment text of first line

4

Amount

<currency>

Payment amount

Example

CODE
 <Receipt>
    <Currency>€</Currency>
    <Subtotal>130.00</Subtotal>
    <Taxes>20.23</Taxes>
    <Total>150.23</Total>
    <Text1>Effettuare il pagamento con il POS</Text1>
    <Text2 />
    <ImageUrl>C:\Users\carlo\Desktop\Nike\pay.png</ImageUrl>
    <Lines>
      <Line>
        <Type>Product</Type>
        <Code>M012312211</Code>
        <Description>Maglia Lacoste M/L</Description>
        <Quantity>2</Quantity>
        <Price>50.00</Price>
        <Amount>100.00</Amount>
      </Line>
      <Line>
        <Type>Product</Type>
        <Code>M0AS123211</Code>
        <Description>Jeans Levi's 501</Description>
        <Quantity>1</Quantity>
        <Price>50.00</Price>
        <Amount>50.00</Amount>
      </Line>
      <Line>
        <Type>LineDiscount</Type>
        <Code />
        <Description>Sconto 40%</Description>
        <Quantity />
        <Price />
        <Amount>-20.00</Amount>
      </Line>
      <Line>
        <Type>Giftcard</Type>
        <Code>M0AS123211</Code>
        <Description>Giftcard 10 Euro</Description>
        <Quantity>1</Quantity>
        <Price>10.00</Price>
        <Amount>10.00</Amount>
      </Line>
      <Line>
        <Type>Subtotal</Type>
        <Code />
        <Description />
        <Quantity />
        <Price />
        <Amount>140.00</Amount>
      </Line>
      <Line>
        <Type>SubtotalDiscount</Type>
        <Code />
        <Description>Sconto Simpatia</Description>
        <Quantity />
        <Price />
        <Amount>-10.00</Amount>
      </Line>
    </Lines>
    <ShowPayments>true</ShowPayments>
    <Payments>
      <Payment>
        <Type>Payment</Type>
        <Text1>Pagamento POS</Text1>
        <Text2>Card 92xx-xxxx-xxxx-xx43</Text2>
        <Amount>100.00</Amount>
      </Payment>
    </Payments>
  </Receipt>

Response

Level

Node Name

Node Value(s)

Notes

Example

CODE
<ReceiptPrinterManagerResponse>
  <Error>False</Error> 
  <ErrorText/>
  <LogFileName/>
</ReceiptPrinterManagerResponse>

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.