---
title: "Create receipt request"
method: POST
path: "/rest/v2/receipts"
tags: ["Receipt Service"]
---

# Create receipt request

`POST /rest/v2/receipts`

Send a transaction receipt to a customer by email.

## Request body

- ReceiptRequest
  - `id` string — The unique transaction identifier for which the system sends the receipt.
  - `email-address` string — The customer's email address that receives the transaction receipt.

## Response `200`

Successful Transaction

- ReceiptResponsePayload
  - `receipt-response` ReceiptResponse
    - `id` string — Unique identifier of the requested transaction.
    - `email-address` string — Email address where the receipt to be sent.
    - `display-message` string — Message indicating the result of the receipt request.
  - `payloadType` string — The type of payload returned with the response.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/revisions/f37077c24b66/schema)
