> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/payments/llms.txt)
> Source: https://docs.saleor.io/api-reference/payments/objects/payment-refund-event

# PaymentRefundEvent Object

Refund payment.

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

```graphql
type PaymentRefundEvent implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  payment: Payment @deprecated
}
```

<a id="fields"></a>

### Fields

<a id="issued-at"></a>

#### [`issuedAt`](#issued-at) ● [`DateTime`](/api-reference/miscellaneous/scalars/date-time.md)

Time of the event.

<a id="version"></a>

#### [`version`](#version) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Saleor version that triggered the event.

<a id="issuing-principal"></a>

#### [`issuingPrincipal`](#issuing-principal) ● [`IssuingPrincipal`](/api-reference/miscellaneous/unions/issuing-principal.md)

The user or application that triggered the event.

<a id="recipient"></a>

#### [`recipient`](#recipient) ● [`App`](/api-reference/apps/objects/app.md)

The application receiving the webhook.

Show deprecatedHide deprecated

<a id="payment"></a>

#### [`payment`](#payment) ● [`Payment`](/api-reference/payments/objects/payment.md)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

Look up a payment.

<a id="interfaces"></a>

### Interfaces

<a id="event"></a>

#### [`Event`](/api-reference/miscellaneous/interfaces/event.md)
