# RetryFailedPaymentPayload

### Fields

#### clientMutationId ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

A unique identifier for the client performing the mutation.

#### errors (\[[ModelValidationError](https://developer.firmhouse.com/graphql-api/api-reference/objects/model-validation-error)!]!)

Errors while retrying the payment.

#### payment ([Payment](https://developer.firmhouse.com/graphql-api/api-reference/objects/payment))

The original payment.

#### retryPayment ([Payment](https://developer.firmhouse.com/graphql-api/api-reference/objects/payment))

The newly created retry payment.
