Skip to main content

LastPayment

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

type LastPayment {
id: ID!
status: PaymentStatus!
statusMessage: String
statusCode: String
}

Fields

LastPayment.id ● ID! non-null scalar

Unique identifier for the payment.

LastPayment.status ● PaymentStatus! non-null enum

The status of the payment.

LastPayment.statusMessage ● String scalar

Human readable description of the status.

LastPayment.statusCode ● String scalar

The status code of the payment.

Member Of

Subscription object ● SubscriptionEventObject object