---
title: "Show Receipts"
method: GET
path: "/receipts"
tags: ["Receipts"]
---

# Show Receipts

`GET /receipts`

Called by the Independent Software Vendor. Request a receipt by template_identifier from the gateway for a given transaction_ref_number. Returns base64 encoded receipt if found.

## Query parameters

- `transaction_ref_number` string, required
- `template_identifier` string, required
- `merchant_id` string, required

## Headers

- `Authorization` string, api_id:api_token, required
- `Accept` string, required

## Response `200`

Success

- object
  - `receipt` string — The returned receipt
  - `v` string — The API version that was used to handle the request.

## Other responses

- `4XX` — Possible errors - 1, 109, 113, 272, 292, 293, 294, 295, 296, 297

---

[API](https://skmtc.net/bankofamerica/apis/transaction-broker-api.md) · [All operations](https://skmtc.net/bankofamerica/apis/transaction-broker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bankofamerica/transaction-broker-api/revisions/6097bc689e41/schema)
