---
title: "Get mandate payment"
method: GET
path: "/payment/v1/mandate-payments/{id}"
tags: ["Payment.Mandate Payment"]
---

# Get mandate payment

`GET /payment/v1/mandate-payments/{id}`

Returns the mandate payment of a given mandate payment id.

## Path parameters

- `id` string, required

## Response `200`

Mandate Payment successfully fetched.

- PaymentMandate20PaymentResponse — unresolved $ref

## Other responses

- `401` — The scopes associated with the access token are not allowed by the resource.
- `403` — The resource does not belong to the subject or scopes associated with the access token.
- `404` — The Mandate Payment with given id does not exist.
- `500` — Internal server error.

---

[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)
