# customerPaymentMethodRemoteCreate - admin - MUTATION Version: unstable ## 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/unstable/scalars/ID): ID! - The ID of the customer. * [disableAddressValidation](/docs/api/admin/unstable/scalars/Boolean): Boolean - Disables the requirement for a billing address on the remote payment method. * [remoteReference](/docs/api/admin/unstable/input-objects/CustomerPaymentMethodRemoteInput): CustomerPaymentMethodRemoteInput! - Remote gateway payment method details. ## Returns * [customerPaymentMethod](/docs/api/admin/unstable/objects/CustomerPaymentMethod): CustomerPaymentMethod The customer payment method. * [userErrors](/docs/api/admin/unstable/objects/CustomerPaymentMethodRemoteUserError): CustomerPaymentMethodRemoteUserError! The list of errors that occurred from executing the mutation. ## Examples