Access protected scopes in development store

Greetings how can I access , write_customer_payment_methods and read_customer_payment_methods scopes especially in developer mode. I have used this resource https://community.shopify.com/c/subscriptions-apis/how-to-enable-write-customer-payment-methods-scope-and-all-other/m-p/1268905 but it is long been outdated

Hi Windmillcode,

Which APIs specifically are you looking to use? For Subscription related resources like sellingPlanGroupCreate you’d need to be using the write_products access scope as well as any of write_own_subscription_contracts, write_purchase_options access scopes.

There’s more info on getting started creating subscription apps on our dev docs here.

I am looking access the paymentMethod fields on the customer and customers graphql query endpoint and customerPaymentMethodCreditCardCreate and customerPaymentMethodCreditCardUpdate endpoints

Is this to create an app that would provide customized payment processing services for merchants? ie: create a custom payment method?

No if you would go to windmillcode.com, and idk if you have access to our store but were using shopify 3rd party api to power the application, our api is interacting with your graphql api to create the experience you see