# LastPayment

Outcome of the most recent recurring charge attempt for the subscription.

```
type LastPayment {

  id: ID!

  status: PaymentStatus!

  statusMessage: String

  statusCode: String

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`LastPayment.id`](#id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#id "Direct link to id")

Unique identifier for the payment.

#### [`LastPayment.status`](#status) ● [`PaymentStatus!`](https://docs.monei.com/apis/graphql/types/enums/payment-status/.md) non-null enum[​](#status "Direct link to status")

The status of the payment.

#### [`LastPayment.statusMessage`](#status-message) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#status-message "Direct link to status-message")

Human readable description of the status.

#### [`LastPayment.statusCode`](#status-code) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#status-code "Direct link to status-code")

The status code of the payment.

### Member Of[​](#member-of "Direct link to Member Of")

[`Subscription`](https://docs.monei.com/apis/graphql/types/objects/subscription/.md) object ● [`SubscriptionEventObject`](https://docs.monei.com/apis/graphql/types/objects/subscription-event-object/.md) object
