# RemoteStripePaymentMethodInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a remote stripe payment method. ### Access Scopes ## Fields * [customerId](/docs/api/admin-graphql/2024-10/scalars/String): String! - The customer_id value from the Stripe API. * [paymentMethodId](/docs/api/admin-graphql/2024-10/scalars/String): String - The payment_method_id value from the Stripe API. Starting on 2025, payment_method_id will become mandatory for all API versions. ## Input objects with this input object * [CustomerPaymentMethodRemoteInput](/docs/api/admin-graphql/2024-10/input-objects/CustomerPaymentMethodRemoteInput) ## Examples