According to the requirements part in this documentation https://shopify.dev/docs/apps/billing/subscriptions/time-based, applications_billing, manage_stores are needed access scopes for billing.
So that, I added these scopes to my shopify.app.toml file and ran command
npm run shopify app config push
My access scopes in sholify.app.toml file is like this.
scopes = "write_products,applications_billing,manage_stores"
But I get the following error.
base: The access scope is invalid: applications_billing
base: The access scope is invalid: manage_stores
Is this because, there scopes are no longer valid and documentation is outdated or am I doing something wrong?