# sendPaymentReceipt

Sends a payment receipt to the customer over the chosen channel (`EMAIL`/`SMS`/`WHATSAPP`).

```
sendPaymentReceipt(

  input: SendPaymentMessageInput!

): Payment
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`sendPaymentReceipt.input`](#input) ● [`SendPaymentMessageInput!`](https://docs.monei.com/apis/graphql/types/inputs/send-payment-message-input/.md) non-null input[​](#input "Direct link to input")

### Type[​](#type "Direct link to Type")

#### [`Payment`](https://docs.monei.com/apis/graphql/types/objects/payment/.md) object[​](#payment- "Direct link to payment-")

Payment returned from create/refund/capture/cancel and the send-link/receipt mutations.
