REST API

Printing a Customer or Merchant Receipt

If relevant, the API response contains the data required to generate and print merchant and customer receipts.
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 for a Successful Request examples in the
REST Example
sections of the payment transaction requests.