---
title: "Create a Payment Method Updater batch asynchronously"
method: POST
path: "/v1/payment-method-updaters/batches"
tags: ["Payment Method Updater"]
---

# Create a Payment Method Updater batch asynchronously

`POST /v1/payment-method-updaters/batches`

Creates a Payment Method Updater (PMU) batch asynchronously. PMU for American Express (AMEX) is not supported.

## Headers

- `Idempotency-Key` string
- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Request body

- POSTPaymentMethodUpdaterBatchRequest
  - `billingCycleDay` integer, required — The billing cycle day. The allowed value is an integer in the range of 1 - 31. The payment methods from accounts where the billing cycle day is the specified value in this field will be included in the updates.
  - `updaterAccountId` string, required — The ID (UUID) of the PMU account. This field must be a string of 32 characters consisting of digits and letters a - f.

## Response `200`

OK

- POSTPaymentMethodUpdaterResponse
  - `success` boolean — Indicates whether the request to create a PMU batch is sent successfully.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
