Skip to main content

Checkout

An Organization

type Checkout {
currentUser: User
ephemeralKey: String
errorClass: String
errorMessage: String
intent: Intent!
intentToken: String!
risk: String
status: String!
stripeClientSecret: String
stripeCustomerId: String
stripePublicKey: String
}

Fields

Checkout.currentUser ● User object

The current_user stored in the checkout, if any

Checkout.ephemeralKey ● String scalar

The ephemeral_key

Checkout.errorClass ● String scalar

The class of the error

Checkout.errorMessage ● String scalar

The error message

Checkout.intent ● Intent! non-null object

The Intent

Checkout.intentToken ● String! non-null scalar

The Intent Token

Checkout.risk ● String scalar

The Risk, form sift

Checkout.status ● String! non-null scalar

The status

Checkout.stripeClientSecret ● String scalar

The stripe client_secret

Checkout.stripeCustomerId ● String scalar

sThe tripe_customer_id

Checkout.stripePublicKey ● String scalar

stripe_public_key

Returned by

Checkout query

Implemented by

CheckoutSetupUnion union ● CheckoutUpdateUnion union