# customerPaymentMethodRemoteCreditCardCreate - admin-graphql - MUTATION Version: 2024-10 ## Description Create a payment method from a credit card stored by Stripe. ### Access Scopes `write_customers` access scope. Also: Requires `write_customer_payment_methods` scope. ## Arguments * [customerId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the customer. * [stripeCustomerId](/docs/api/admin-graphql/2024-10/scalars/String): String! - The Stripe Customer ID. * [stripePaymentMethodId](/docs/api/admin-graphql/2024-10/scalars/String): String - The Stripe Payment Method ID. Starting on 2025, stripe_payment_method_id will become mandatory for all API versions. ## Returns * [customerPaymentMethod](/docs/api/admin-graphql/2024-10/objects/CustomerPaymentMethod): CustomerPaymentMethod The customer payment method. * [userErrors](/docs/api/admin-graphql/2024-10/objects/CustomerPaymentMethodUserError): CustomerPaymentMethodUserError! The list of errors that occurred from executing the mutation. ## Examples