# CustomerPaymentMethodCreditCardCreatePayload - admin - PAYLOAD Version: unstable ## Description Return type for `customerPaymentMethodCreditCardCreate` mutation. ### Access Scopes ## Fields * [customerPaymentMethod](/docs/api/admin/unstable/objects/CustomerPaymentMethod): CustomerPaymentMethod - The customer payment method. * [processing](/docs/api/admin/unstable/scalars/Boolean): Boolean - If the card verification result is processing. When this is true, customer_payment_method will be null. * [userErrors](/docs/api/admin/unstable/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [customerPaymentMethodCreditCardCreate](/docs/api/admin/unstable/mutations/customerPaymentMethodCreditCardCreate) ## Examples