# RemoteStripePaymentMethodInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for a remote stripe payment method.

### Access Scopes



## Fields
* [customerId](/docs/api/admin/2025-01/scalars/String): String! - The customer_id value from the Stripe API.
* [paymentMethodId](/docs/api/admin/2025-01/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/2025-01/input-objects/CustomerPaymentMethodRemoteInput)


## Examples