---
title: "Complete a Card Replacement"
method: PUT
path: "/api/v1/cards/{publicToken}/complete-replacement"
tags: ["Cards"]
---

# Complete a Card Replacement

`PUT /api/v1/cards/{publicToken}/complete-replacement`

## Path parameters

- `publicToken` string, required

## Request body

- ReplaceCardRequest — Request object to the ReplaceCard endpont.
  - `moveBalance` boolean, nullable — If true then the balance will move to the new card.
  - `moveLimitAccumulators` boolean, nullable — If true then the limit accumulators will move to the new card.
  - `moveChildCards` boolean, nullable — If true then the child cards associated with the card will move to the new card.
  - `moveExpiryDate` boolean, nullable — Optional field - if true, then move the same expiry date to the new card.
  - `expiryDate` string, date-time, nullable — Optional field - if provided, card is set to the new Expiry Date. Otherwise default from program is used. Should not be set when MoveExpiryDate is true. Format YYYY-MM.
  - `freetext1` string, nullable — Additional fulfilment data used for transferring extra information to the card manufacturer.
  - `freetext2` string, nullable — Additional fulfilment data used for transferring extra information to the card manufacturer.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Client Error
- `500` — Server Error

---

[API](https://skmtc.dev/thredd/apis/core-cards.md) · [All operations](https://skmtc.dev/thredd/apis/core-cards/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thredd/core-cards/revisions/841f62def5bf/schema)
