REST API

Generating a Customer or Merchant Receipt

The API response contains the data required to generate merchant and customer receipts in Cloud 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 examples of receipt data included in a response, see the "REST Example, Response to a Successful Request" sections of the Cloud mode payment transactions.