POST
/
payout-link
/
generate-payout-url
curl --request POST \
  --url https://api.clickpesa.com/third-parties/payout-link/generate-payout-url \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": "<string>",
  "orderReference": "<string>",
  "checksum": "<string>"
}'
{
  "payoutLink": "<string>"
}

Authorizations

Authorization
string
header
required

Authorization header in the form of Bearer <token>, where <token> is a valid JWT from generate token endpoint

Body

application/json

Response

200
application/json
Generate Payout URL Response

The response is of type object.