---
title: "Get cancellation data"
method: GET
path: "/api/v1/payments/{paymentId}/cancellation"
tags: ["BETA", "Payment.Cancellation"]
---

# Get cancellation data

`GET /api/v1/payments/{paymentId}/cancellation`

Returns the cancellation data for a given payment.

## Path parameters

- `Tink payment ID` string, required

## Response `200`

Cancellation data

## Other responses

- `401` — Possible reasons include missing Authorization: Bearer {access token} HTTP header and expired access token.
- `403` — Forbidden
- `404` — Cancellation not found

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
