# sendPaymentLink

Sends the hosted payment-link email (or SMS/WhatsApp) to the customer. Defaults to `EMAIL`.

```
sendPaymentLink(

  input: SendPaymentMessageInput!

): Payment
```

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

#### [`sendPaymentLink.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.
