# Why can't I buy a subscription?

There are multiple reasons why you can't buy a subscription. The most obvious are:&#x20;

* There is not enough money in your account to buy a subscription.
* There is something wrong with your Payment Method.

Please check none of the above applied to you, and if everything looks good, please check if there is any specific issue related to your App Store. The most common store problems are below:

### **Apple App Store (iPhone, iPad)** <a href="#ios-iphone-or-ipad" id="ios-iphone-or-ipad"></a>

* Your App Store account is not allowed to make an in-app purchase (<https://support.apple.com/en-us/HT204396>)
* You use a different Apple ID account for purchases, which has its own limitations or issues (<https://support.apple.com/en-us/HT207937>). &#x20;

### Google Play Store (Android)

* Your payment method is likely wrong. [Please make sure your payment method is not expired](/subscription-management/how-to-change-or-add-a-payment-method.md).
* Please make sure your account has not been blocked or restricted by Google.

Each and every case has its own way of resolving it. If you have been facing any of these issues, please refer to the official Apple App Store and Google Play Store documentation to resolve them.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.mywayroute.com/subscription-management/why-cant-i-buy-a-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
