BuyProcessInput
Attributes for processing a gift card transaction
input BuyProcessInput {
shouldCreateAccount: Boolean
stripeCardId: String
stripeVerificationCode: String
stripeTokenId: String
shouldSaveCard: Boolean
recaptchaToken: String
}
Fields
BuyProcessInput.shouldCreateAccount ● Boolean scalar
Whether or not to create an account for a logged out user
BuyProcessInput.stripeCardId ● String scalar
Sripe Card of the payment card to be used for this transaction
BuyProcessInput.stripeVerificationCode ● String scalar
Postal Code used to verify a saved card on checkout
BuyProcessInput.stripeTokenId ● String scalar
Single use Stripe token to be used as the payment method for this transaction
BuyProcessInput.shouldSaveCard ● Boolean scalar
If user is logged in, this field indicates whether or not the card should be saved to the user's account
BuyProcessInput.recaptchaToken ● String scalar
Google Recaptcha token, used to secure web purchases
Member of
BuyProcess mutation