Receipt

Wapping offers the capability of handling the digital receipts or tickets of the customer, directly in their wallets.

This allows the business to provide their customers with a digital copy of the POS ticket, without friction or secondary processes, just with a call to the method:

/api/CheckoutSession/{id}/receipt

The receipt can be sent to wapping already digitalized (pdf, png, etc) or to digitalize by the platform (text, base64, byte array), and Wapping will convert to a readable digital format to make it available to the customer in their wallet.

If the business already has this capability and has a public url from wich the customer can already access it, the url can be sent to Wapping, and the receipt will be made available in their wallets too.

The object sctructure is as follows:

{
  "content": "QlVTSU5FU1MgSUQ6IDcNC.....MC4wMA==",
  "contentType": "text/plain",
  "url": "string"
}