Skip to main content
objectPurchase

Implements

Fields

amount
Int

The amount the member paid, in cents, after any coupon discount. Null when the price point no longer exists.

couponRedemption

The Promo Code redemption applied to this purchase. Null when no Promo Code was used.

createdAt
ISO8601DateTime!

When the purchase was made.

currency
String

ISO currency code the amount was charged in. Null when the price point no longer exists.

devicePlatform
String

The device platform the member purchased on.

id
ID!

ID of the object.

member

The member who made this purchase.

paymentClient
String

The client the member purchased from (for example web, apple, or android).

paymentPlatform

The platform the member paid through.

The Payment Plan this purchase granted access to.

resourceId
ID!

Resource ID for this object, for interop with the Admin API.

taxEnabled
Boolean

Whether tax collection was enabled for the purchase.

taxInclusive
Boolean

Whether the paid amount includes tax. Null when tax inclusivity is not set.

taxPercent
Float

Tax percentage applied to the purchase. Null when no tax was applied.

updatedAt
ISO8601DateTime!

When the purchase record was last updated.

voidedAt
ISO8601DateTime

When the purchase was voided — the member's access revoked and the record archived. Null while active.

walletAddress
String

The wallet address that completed a token-gated (web3) purchase. Null for other payment platforms.