> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Redeem Receipt

Redeem entitlements on a receipt (single, bulk, or all). If any of the entitlements has completed redemption, the entire redemption is considered a failure.

<ResponseExample>
  ```json JSON Model theme={null}
  {
      "redeemAll": null,
      "entitlements": [],
      "metadata": null
  }
  ```
</ResponseExample>

<ResponseField name="📋" type="Properties">
  <ResponseField name="redeemAll" type="boolean">
    Whether to redeem all entitlements in the receipt.
  </ResponseField>

  <ResponseField name="entitlements" type="array">
    List of entitlements to redeem. When set, it takes precedence over the 'redeemAll' flag.
  </ResponseField>

  <ResponseField name="metadata" type="object">
    Optional metadata for attaching context or tracking info.
  </ResponseField>
</ResponseField>
