REST API

Generating a Customer or Merchant Receipt

The API response contains the data required to generate and print merchant and customer receipts when the app is in Semi-Integrated mode, if the data is relevant to the transaction.
The receipt data is located in the receipts section of the response and contains a pre-formatted, compliant receipt that is ready to use. The receipt data also includes the individual receipt line items that are required to build your own receipt. Find merchant- and customer-specific data here:
  • Merchant-specific receipt data is located under
    merchantReceipt
    .
  • Customer-specific receipt data is located under
    customerReceipt
    .
For more information, see the Response to a Successful Request examples in the
REST Example
sections of the payment transaction requests.