---
title: "Create a Batch Transaction"
method: POST
path: "/v1/wallets/{id}/batch_transactions"
---

# Create a Batch Transaction

`POST /v1/wallets/{id}/batch_transactions`

Use secret API key to create a Batch Transaction

## Request body

- object
  - `name` string
  - `provider` string
  - `transactions` object[]
    - `amount` integer, required
    - `purpose` string, required
    - `receiver` object
      - `bank_code` string, required
      - `bank_account_name` string, required
      - `bank_account_number` integer, required
  - `description` string — Description for the batch transaction

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/paymongo/apis/paymongo-api.md) · [All operations](https://skmtc.net/paymongo/apis/paymongo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymongo/paymongo-api/revisions/c18f9a027b2c/schema)
