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

# Refund callback

If you have configured callbacks, pawaPay will `POST` a callback to your configured callback URL for each refund when it reaches a final status.
Read more about [handling callbacks](/implementation#handling-callbacks) and [callback URLs](/using_the_api#callback-urls).

If you have not configured callbacks, you can always call our [Check Refund Status](/v1/api-reference/refunds/check-refund-status) endpoint to get the latest status and details of a specific refund request.

### Headers

<Info>
  Following headers are only included if you have enabled signed callbacks.

  Read more about how to implement [signed callbacks](/using_the_api#signatures-in-callbacks).
</Info>

<ParamField header="Content-Digest" type="string">
  SHA256 or SHA-512 hash of the request body.
</ParamField>

<ParamField header="Signature" type="String">
  Signature of the request according to [RFC-9421](https://datatracker.ietf.org/doc/rfc9421/).
</ParamField>

<ParamField header="Signature-Input" type="String">
  Signature input according to [RFC-9421](https://datatracker.ietf.org/doc/rfc9421/).
</ParamField>

<ParamField header="Signature-Date" type="String">
  Timestamp when signature was created. This is a custom field and is not part of [RFC-9421](https://datatracker.ietf.org/doc/rfc9421/).
</ParamField>

<ParamField header="Accept-Signature" type="String">
  Expected signature algorithm of the response according to [RFC-9421](https://datatracker.ietf.org/doc/rfc9421/).
</ParamField>

<ParamField header="Accept-Digest" type="String">
  Expected digest algorithm of the response according to [RFC-9421](https://datatracker.ietf.org/doc/rfc9421/).
</ParamField>

### Body
