---
title: "Resend cards for embossing"
method: POST
path: "/embossing/v1/cards/reembossing"
tags: ["Embossing"]
---

# Resend cards for embossing

`POST /embossing/v1/cards/reembossing`

Enables cards to be sent again to the embosser at the next scheduled time. Cards to be resent must meet the prerequisites. For more information, refer to the [Physical card embossing guide](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing).

This endpoint is available to on-demand customers. On-demand customers can emboss cards with `NORMAL`, `BLOCKED`, `PENDING`, and `WARNING` statuses, in addition to `CREATED`.

This endpoint generates a [Card reembossing notification received](https://developers.pismo.io/events/docs/cards-reembossing-1) event. 

**Notes:** 

 * This endpoint requires an account token - an access token encoded with a Pismo account ID. 

 * This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

## Request body

- object
  - `cards` integer[], required — Card IDs to resend for embossing

## Response `202`

Rembossing accepted

## Other responses

- `400` — Bad Request
- `401` — Access token is missing or invalid
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
