---
title: "Process promo code redemptions"
method: POST
path: "/zephr/integration/promo-codes/v1/redemptions"
tags: ["Dynamic Offer Promo code redemption"]
---

# Process promo code redemptions

`POST /zephr/integration/promo-codes/v1/redemptions`

Redeem promo codes that are configured from the Zephr console.
Responds with a list of redemption results for each promo code.

## Request body

- object
  - `promo_codes` string[] — A list of promo codes that can be redeemed.

## Response `200`

OK

- object
  - `results` PromoCodeRedemptionResult[]
    - `promoCode` string — The promo code of the redemption result.
    - `success` boolean — Displays whether the promo code was successfully redeemed.
    - `errorMessage` string, nullable — The reason for redemption failure, if unsuccessful.

---

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