# customerPaymentMethodRemoteCreate - admin-graphql - MUTATION Version: 2024-10 ## Description Create a payment method from remote gateway identifiers. ### 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. * [remoteReference](/docs/api/admin-graphql/2024-10/input-objects/CustomerPaymentMethodRemoteInput): CustomerPaymentMethodRemoteInput! - Remote gateway payment method details. ## Returns * [customerPaymentMethod](/docs/api/admin-graphql/2024-10/objects/CustomerPaymentMethod): CustomerPaymentMethod The customer payment method. * [userErrors](/docs/api/admin-graphql/2024-10/objects/CustomerPaymentMethodRemoteUserError): CustomerPaymentMethodRemoteUserError! The list of errors that occurred from executing the mutation. ## Examples