Unable to deploy Onsite Credit Card Payments App due to restricted Payments scopes not being enabled (write_payment_sessions, write_payment_gateways)

Hi,

I’m currently developing a Payments App that implements an Onsite Credit Card Payments Extension, following Shopify’s official documentation:
:backhand_index_pointing_right: https://shopify.dev/docs/apps/build/payments/credit-card/use-the-cli?framework=remix

During deployment (shopify app deploy), I receive validation errors indicating that I need access to restricted Payments scopes — specifically write_payment_sessions and write_payment_gateways.

““Version couldn’t be created.
app-access
Validation errors
• scopes: write_payment_gateways, read_payment_gateways,write_payment_gateways,write_payment_sessions

Our app requires these scopes to properly create, capture, void, and refund payment sessions according to the Shopify Payments Apps protocol and the use of Payments Apps API.

We already have another app that uses the Redirect Payments Extension and has access to these same scopes, so I’m unsure why this new app can’t use them.
Since we are already a Shopify Payments Partner, my understanding is that our account should have access to these scopes as well.

Could you please help us validate or enable these scopes so we can proceed with the deployment and testing of the App with Onsite extension?

Thank you!