eReceiptData Format

The Nayax eReceipt Platform enables seamless integration with digital receipt providers, enabling them to offer digital receipt services to Nayax customers. Integrators who possess additional transaction information on their third-party servers can use the eReceiptData field to include this data in the consumer's digital receipt.

The eReceiptData field is currently relevant only for Pre-Authorization flows within the /Settlement method. Pre-selection is not yet supported for this feature.

Any information provided in this field will be presented directly on the consumer's eReceipt. Therefore, it is crucial to avoid sharing sensitive or irrelevant data.

Format Specification

The eReceiptData field expects a JSON object. This object allows for the organization of data into distinct sections, each containing an array of key-value pair objects.

{
  "sectionName1": [
    {"key": "value", "key": "value"}
  ],
  "sectionName2": [
    {"key": "value", "key": "value", "key": "value", "key": "value"}
  ],
  "sectionName3": [
    {"key": "value", "key": "value", "key": "value", "key": "value"}
  ]
}

If you do not wish to use a specific section name, you can leave a blank space for the sectionName. The fields will appear on the digital receipt in the order they are provided within the JSON structure.

For further details on integrating with the Nayax eReceipt Platform, please contact your designated Nayax Point of Contact (POC).