---
title: "Create mandate payment"
method: POST
path: "/payment/v1/mandate-payments"
tags: ["Payment.Mandate Payment"]
---

# Create mandate payment

`POST /payment/v1/mandate-payments`

Creates a mandate payment, when given a valid consent id.

## Headers

- `Idempotency-Key` string, required

## Request body

- PaymentMandate20PaymentRequest — unresolved $ref

## Response `201`

Mandate Payment successfully created.

- PaymentMandate20PaymentResponse — unresolved $ref

## Other responses

- `400` — The request does not pass validation. Check the error message or the documentation of each field for more information.
- `401` — Unauthorized request.
- `403` — The resource does not belong to the subject or scopes associated with the access token.
- `409` — Request retried while the original request is still being processed.
- `422` — Attempt to reuse an idempotency key with a different request payload.
- `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)
