Skip to main content

Transaction Receipts

Stitch provides digital receipts for all transactions, which can be accessed using the transaction ID from the Transaction Webhook.

Receipt Types

Two types of receipts are available for each transaction:

  1. Merchant Receipt: Contains detailed transaction information for the merchant's records.
  2. Cardholder Receipt: Contains transaction information appropriate for the customer.

Receipt Formats

Receipts can be accessed in two formats:

  1. HTML: For display in web browsers or applications
  2. PDF: For downloading, printing, or archiving

Receipt URLs

HTML Format

  • Merchant: https://receipts.stitch.money/receipts/<transactionId>/merchant
  • Cardholder: https://receipts.stitch.money/receipts/<transactionId>/cardholder

PDF Format

Add ?format=pdf to the URL to receive a PDF document:

  • Merchant PDF: https://receipts.stitch.money/receipts/<transactionId>/merchant?format=pdf
  • Cardholder PDF: https://receipts.stitch.money/receipts/<transactionId>/cardholder?format=pdf

Example URLs

  • Merchant: https://receipts.test.stitch.money/receipts/704595f6-0d10-458c-8887-a412e9c9561d/merchant
  • Cardholder: https://receipts.test.stitch.money/receipts/704595f6-0d10-458c-8887-a412e9c9561d/cardholder
danger

Receipts are only available for 60 days after the transaction date

Environment-Specific Hosts