---
title: "Payin refund updated"
method: POST
path: "payin_refund.updated"
tags: ["Webhooks"]
---

# Payin refund updated

`POST payin_refund.updated` (webhook)

Sent when a payin refund changes status. The body is identical to the [List Payin Refunds](https://docs.infiniaweb.com/reference/v1_7_list_payin_refunds) item response.

## Payload

- PayinRefundResponse
  - `id` string, required — Refund ID
  - `created_at` string, date-time, required — Creation date of the refund
  - `updated_at` string, date-time — Last update date of the refund
  - `idempotency_key` string — Idempotency key for the refund request, it can also be used as an external identifier
  - `status` 'PENDING' | 'SUCCESS' | 'FAILED', required — Status of the refund
  - `description` string — Description for the refund. If supported by the rail, this will be forwarded to the end user.
  - `debit_movement_id` integer — Debit movement that was originated from the refund
  - `bounce_movement_id` integer — Credit movement that was originated from the refund bounce, if applicable
  - `company` CompanyToIncludeInResponses
    - `id` string, required
    - `name` string, required
  - `voucher_id` string — Voucher ID associated with the refund, if applicable
  - `failure_reason` string — Reason for refund failure, if applicable
  - `payment_id` string — Payment ID that was refunded

## Acknowledgement `200`

Any 2xx response is treated as a successful acknowledgement. Infinia will retry delivery on non-2xx responses.

---

[API](https://skmtc.net/infiniaweb/apis/payins.md) · [All operations](https://skmtc.net/infiniaweb/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infiniaweb/payins/revisions/3f453785c478/schema)
