---
title: "Send batch now"
method: POST
path: "/api/v1/batches/{id}/send-now"
tags: ["Batches"]
---

# Send batch now

`POST /api/v1/batches/{id}/send-now`

Overrides a scheduled wallet messaging batch's `scheduledAt` time and starts sending immediately. Only valid for batches of type `walletMessaging` that are currently in `scheduled` status.

Use this after creating a wallet messaging batch with a future `scheduledAt` value when you want to send it without waiting for the scheduled time.

## Response `200`

Successful

- object
  - `success` string

## Other responses

- `400` — Batch is not in `scheduled` status, or the batch could not be sent
- `401` — Error: Unauthorized
- `404` — Batch not found
- `422` — Batch is not a wallet messaging batch

---

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