---
title: "Create bulk payment"
method: POST
path: "/payment/v1/bulk-payments"
tags: ["Payment.Bulk Payment", "BETA"]
---

# Create bulk payment

`POST /payment/v1/bulk-payments`

Creates a bulk payment with given set of single payments. Single payments must be created first.

## Request body

- V1BulkPaymentRequest — Parameters for the bulk payment to be created.
  - `id` string — The id of the bulk payment. Output only.
  - `paymentRequestIds` string[] — List of single payment ids. Bulk payment needs to have between 2 and 100 payment requests.

## Response `200`

A successful response.

- V1BulkPaymentRequest — Parameters for the bulk payment to be created.
  - `id` string — The id of the bulk payment. Output only.
  - `paymentRequestIds` string[] — List of single payment ids. Bulk payment needs to have between 2 and 100 payment requests.

## Other responses

- `400` — The request does not pass validation. Check the error message or the documentation of each field for more information.
- `401` — The scopes associated with the access token is not allowed the resource.
- `403` — The resource does not belong to subject associated with the access token.
- `404` — At least one of given Payment Request IDs does not exist.
- `409` — Conflict - one of the Payments is in invalid state.
- `default` — An unexpected error response.

---

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