Skip to main content

PlayerCardSetup

A pending player card-vault (P4b): the Stripe SetupIntent the browser confirms to save a card off-session, enabling wallet auto-recharge and rent auto-renew. On success a setup_intent.succeeded webhook persists the card.

type PlayerCardSetup {
clientSecret: String
publishableKey: String
externalCustomerId: String!
}

Fields

PlayerCardSetup.clientSecret ● String scalar

Stripe SetupIntent client secret the browser confirms.

PlayerCardSetup.publishableKey ● String scalar

Stripe publishable key the browser needs to confirm the card.

PlayerCardSetup.externalCustomerId ● String! non-null scalar

The Stripe customer id the card is attached to.

Returned By

beginPlayerCardSetup mutation