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

# Gift card



## OpenAPI

````yaml webhook GiftCardRequested
openapi: 3.1.0
info:
  title: Gift Card Requested Webhook
  version: 1.0.0
  description: >
    If you are using a third party gift card provider, this webhook is triggered
    when a

    return with a store credit outcome is processed. This webhook is also
    triggered if

    you have configured Loop to automatically create a gift card when a new
    exchange

    item is out of stock.


    | Response Header  | Description               |

    | ---------------- | ------------------------- |

    | X-Loop-Signature | Hashed Webhook Secret Key |


    The X-Loop-Signature is a base64, HMAC hash of body payload using the
    Webhook Secret provided by Loop.


    Note: Before attempting to create your hash of the POST request body, make
    sure

    slashes have been escaped & newlines have been removed from the JSON.
servers: []
security: []
paths: {}

````