---
title: "Send payment receipt email to customer."
method: POST
path: "/api/v1/payment-intents/{paymentIntentId}/payment-receipts/send"
tags: ["Payment Intents"]
---

# Send payment receipt email to customer.

`POST /api/v1/payment-intents/{paymentIntentId}/payment-receipts/send`

Send payment receipt email to customer.

## Path parameters

- `paymentIntentId` string, required

## Response `200`

- PaymentReceiptDto
  - `id` string, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `organizationId` string, uuid, required
  - `paymentIntentId` string, uuid, required
  - `name` string
  - `receiptNumber` string, required
  - `uri` string

## Other responses

- `500`

---

[API](https://skmtc.net/copperx/apis/copperx-api-2.md) · [All operations](https://skmtc.net/copperx/apis/copperx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/copperx/copperx-api-2/revisions/c0bfbc37fb98/schema)
