---
title: "Generate journey change payment link"
method: POST
path: "/journeys/{journeyId}/changes/{changeId}/generate-payment-link"
tags: ["Journeys"]
---

# Generate journey change payment link

`POST /journeys/{journeyId}/changes/{changeId}/generate-payment-link`

Generates a payment link to perform the additional payment for the journey change

## Path parameters

- `journeyId` integer, required
- `changeId` integer, required

## Headers

- `X-Request-ID` unknown

## Response `200`

OK

- PaymentLinkDto
  - `url` string
  - `expiresAt` string, date-time

---

[API](https://skmtc.dev/transferz/apis/authentication-api.md) · [All operations](https://skmtc.dev/transferz/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/transferz/authentication-api/revisions/73249fb480f2/schema)
