---
title: "Make a keysend payment"
method: POST
path: "/v2/payments/keysend"
tags: ["Payment"]
---

# Make a keysend payment

`POST /v2/payments/keysend`

Pay a node without an invoice using it's public key

## Request body

- V2controllersKeySendRequestBody
  - `amount` integer, required
  - `customRecords` object
  - `custom_records` object
  - `destination` string, required
  - `memo` string

## Response `200`

OK

- V2controllersKeySendResponseBody
  - `amount` integer
  - `custom_records` object
  - `description` string
  - `description_hash` string
  - `destination` string
  - `fee` integer
  - `payment_hash` string
  - `payment_preimage` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/getalby/apis/lndhub-go.md) · [All operations](https://skmtc.net/getalby/apis/lndhub-go/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getalby/lndhub-go/versions/0891f2052750/schema)
