--- title: RemoteBraintreePaymentMethodInput - GraphQL Admin description: The input fields for a remote Braintree customer payment profile. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/RemoteBraintreePaymentMethodInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/RemoteBraintreePaymentMethodInput.txt --- # Remote​Braintree​Payment​Method​Input input\_object The input fields for a remote Braintree customer payment profile. ## Fields * customer​Id [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The `customer_id` value from the Braintree API. * payment​Method​Token [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The `payment_method_token` value from the Braintree API. Starting on 2025, payment\_method\_token will become mandatory for all API versions. *** ## Input objects using this input * [Customer​Payment​Method​Remote​Input.​braintree​Payment​Method](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CustomerPaymentMethodRemoteInput#field-braintreePaymentMethod) INPUT OBJECT The input fields for a remote gateway payment method, only one remote reference permitted. *** ## Map ### Input objects using this input * [Customer​Payment​Method​Remote​Input.braintreePaymentMethod](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CustomerPaymentMethodRemoteInput#field-braintreePaymentMethod)