---
title: "POST /payout-link/generate-payout-url"
method: POST
path: "/payout-link/generate-payout-url"
---

# POST /payout-link/generate-payout-url

`POST /payout-link/generate-payout-url`

Generate Payout Link for making payouts

## Request body

- object
  - `amount` string — Your payout amount
  - `orderReference` string — Your unique Order reference
  - `checksum` string — If enabled, this is the generated checksum of the payload. Refer to the [documentation](/home/checksum) for more details.

## Response `200`

Generate Payout URL Response

- GenerateCheckoutLinkResponse
  - `payoutLink` string — Hosted Payout Link
  - `clientId` string — Application Client ID associated with the payoutLink

## Other responses

- `400` — Validation Error
- `401` — Invalid or Expired Token
- `409` — Conflict Error

---

[API](https://skmtc.net/clickpesa/apis/core-api-openapi-specification.md) · [All operations](https://skmtc.net/clickpesa/apis/core-api-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clickpesa/core-api-openapi-specification/versions/9f70f35c5590/schema)
