input
CheckoutCustomerProfileInput!
Required
CheckoutCustomerProfile!
type Mutation { checkoutCustomerUpsert(input: CheckoutCustomerProfileInput!): CheckoutCustomerProfile! }
Mutation.
checkoutCustomerUpsert
Creates or updates a customer without requiring authentication at checkout, matched on the merchant's customer ID. The customer has no Stripe ID until their first payment.
Arguments
input
CheckoutCustomerProfileInput!
Required
Returns:
CheckoutCustomerProfile!
type Mutation { checkoutCustomerUpsert(input: CheckoutCustomerProfileInput!): CheckoutCustomerProfile! }