> ## 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.

# Remittance callback

If you have configured callbacks, PawaPay will `POST` a callback to your configured callback URL for each remittance when it reaches a final status.
Read more about [callbacks](/v2/docs/what_to_know#callbacks).

If you have not configured callbacks, you can always call our [Check Remittance Status](/v2/api-reference/remittances/check-remittance-status) endpoint to get the latest status of a specific remittance request.

### Headers

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

  Read more about how to implement [signed callbacks](/v2/docs/signatures#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
