---
title: "Crear PaymentMethod de tipo BankAccount en Batch"
method: POST
path: "/payment-methods/bulk"
---

# Crear PaymentMethod de tipo BankAccount en Batch

`POST /payment-methods/bulk`

## Query parameters

- `is_async` boolean

## Request body

- object
  - `id_account` string, required
  - `enrollments` object[], required — Máximo 1000
    - `bank_account_information` object
      - `account_number` string, required
      - `bank_id` string
    - `id_customer` string, required
    - `id_subscription` string, required

## Response `201`

201

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/trytoku/apis/toku-api.md) · [All operations](https://skmtc.net/trytoku/apis/toku-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trytoku/toku-api/versions/30699b13e0d0/schema)
