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